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