aowp.parser.ast.AOWP_PHPPrintExprElement
/parser/ast/PHPPrintExprElement.class.php at line 19
Class AOWP_PHPPrintExprElement
AOWP_PHPElement
└─AOWP_PHPPrintExprElement
public class AOWP_PHPPrintExprElement
extends AOWP_PHPElement
- Author:
- Ryoto Naruse /
Field Summary |
mixed |
$expr |
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/PHPPrintExprElement.class.php at line 21
expr
public mixed $expr
Constructor Detail
/parser/ast/PHPPrintExprElement.class.php at line 23
AOWP_PHPPrintExprElement
public AOWP_PHPPrintExprElement(mixed _line, mixed expr)
Method Detail
/parser/ast/PHPPrintExprElement.class.php at line 29
__toString
public void __toString()
/parser/ast/PHPPrintExprElement.class.php at line 34
kind
public void kind()
PHPPrintExprElement PHPのASTにおける「print」を表すクラス 文法規則: unticked_statement