aowp.parser.ast.AOWP_PHPTagElement
/parser/ast/PHPTagElement.class.php at line 19
Class AOWP_PHPTagElement
AOWP_PHPElement
└─AOWP_PHPStatementContainerElement
└─AOWP_PHPTagElement
public class AOWP_PHPTagElement
extends AOWP_PHPStatementContainerElement
- Author:
- Ryoto Naruse /
Fields inherited from aowp.parser.ast.util.AOWP_PHPStatementContainerElement |
statements |
Methods inherited from aowp.parser.ast.AOWP_PHPElement |
__clone, __toString, getChildren, getParent, getParentContainer, getParentPropertyIndex, getParentPropertyName, initialize, kind, line, releaseInstance, setParent, setParentInfo |
Constructor Detail
/parser/ast/PHPTagElement.class.php at line 21
AOWP_PHPTagElement
public AOWP_PHPTagElement(mixed _line, mixed statements)
Method Detail
/parser/ast/PHPTagElement.class.php at line 26
__toString
public void __toString()
/parser/ast/PHPTagElement.class.php at line 30
kind
public void kind()
PHPのASTにおける「」を表すクラス。 文法規則: unticked_statement。 パースの際には、使われてないような気もする (AOWP_Tokenのメタフィールドを使って、PHPタグを表現?)。。。