aowp.parser.ast.AOWP_PHPDeclareStatementElement
/parser/ast/PHPDeclareStatementElement.class.php at line 6
Class AOWP_PHPDeclareStatementElement
AOWP_PHPElement
└─AOWP_PHPStatementContainerElement
└─AOWP_PHPDeclareStatementElement
public class AOWP_PHPDeclareStatementElement
extends AOWP_PHPStatementContainerElement
- Author:
- Ryoto Naruse *
Fields inherited from aowp.parser.ast.util.AOWP_PHPStatementContainerElement |
statements |
Methods inherited from aowp.parser.ast.AOWP_PHPElement |
__clone, __toString, getChildren, getParent, getParentContainer, getParentPropertyIndex, getParentPropertyName, initialize, kind, line, releaseInstance, setParent, setParentInfo |
Field Detail
/parser/ast/PHPDeclareStatementElement.class.php at line 7
declares
public mixed $declares
Constructor Detail
/parser/ast/PHPDeclareStatementElement.class.php at line 8
AOWP_PHPDeclareStatementElement
public AOWP_PHPDeclareStatementElement(mixed _line, mixed declares, mixed statements)
Method Detail
/parser/ast/PHPDeclareStatementElement.class.php at line 13
__toString
public void __toString()
/parser/ast/PHPDeclareStatementElement.class.php at line 17
kind
public void kind()
PHPのASTにおける「declare」を表すクラス。 * 文法規則: unticked_statement。