aowp.parser.ast.AOWP_PHPClassVariableElement
/parser/ast/PHPClassVariableElement.class.php at line 19
Class AOWP_PHPClassVariableElement
AOWP_PHPElement
└─AOWP_PHPClassVariableElement
public class AOWP_PHPClassVariableElement
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/PHPClassVariableElement.class.php at line 21
modifiers
public mixed $modifiers
/parser/ast/PHPClassVariableElement.class.php at line 22
variables
public mixed $variables
Constructor Detail
/parser/ast/PHPClassVariableElement.class.php at line 24
AOWP_PHPClassVariableElement
public AOWP_PHPClassVariableElement(mixed _line, mixed modifiers, mixed variables)
Method Detail
/parser/ast/PHPClassVariableElement.class.php at line 31
__toString
public void __toString()
/parser/ast/PHPClassVariableElement.class.php at line 36
kind
public void kind()
PHPClassVariableElement PHPのASTにおける「クラス変数」を表すクラス 文法規則: class_variable_declaration