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