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