aowp.parser.ast.AOWP_PHPDefineConstantVariableStatementElement
/parser/ast/PHPDefineConstantVariableStatementElement.class.php at line 20
Class AOWP_PHPDefineConstantVariableStatementElement
AOWP_PHPElement
└─AOWP_PHPDefineConstantVariableStatementElement
public class AOWP_PHPDefineConstantVariableStatementElement
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/PHPDefineConstantVariableStatementElement.class.php at line 22
constantVariables
public mixed $constantVariables
Constructor Detail
/parser/ast/PHPDefineConstantVariableStatementElement.class.php at line 24
AOWP_PHPDefineConstantVariableStatementElement
public AOWP_PHPDefineConstantVariableStatementElement(mixed _line, mixed constantVariables)
Method Detail
/parser/ast/PHPDefineConstantVariableStatementElement.class.php at line 30
__toString
public void __toString()
/parser/ast/PHPDefineConstantVariableStatementElement.class.php at line 35
kind
public void kind()
PHPDefineVariableStatementElement PHPのASTにおける「変数定義」を表すクラス 文法規則: unticked_statement 例: ;