aowp.parser.ast.AOWP_PHPEmptyStatementElement
/parser/ast/PHPEmptyStatementElement.class.php at line 19
Class AOWP_PHPEmptyStatementElement
AOWP_PHPElement
└─AOWP_PHPEmptyStatementElement
public class AOWP_PHPEmptyStatementElement
extends AOWP_PHPElement
- Author:
- Ryoto Naruse /
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/PHPEmptyStatementElement.class.php at line 20
variable
public mixed $variable
Constructor Detail
/parser/ast/PHPEmptyStatementElement.class.php at line 22
AOWP_PHPEmptyStatementElement
public AOWP_PHPEmptyStatementElement(mixed _line, mixed variable)
Method Detail
/parser/ast/PHPEmptyStatementElement.class.php at line 28
__toString
public void __toString()
/parser/ast/PHPEmptyStatementElement.class.php at line 33
kind
public void kind()
PHPEnpryStatementElement PHPのASTにおける「enpty」を表すクラス 文法規則: unticked_statement