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