AOWP


aowp.parser.ast.AOWP_PHPRootElement
/parser/ast/PHPRootElement.class.php at line 19

Class AOWP_PHPRootElement

AOWP_PHPElement
└─AOWP_PHPStatementContainerElement
└─AOWP_PHPRootElement

public class AOWP_PHPRootElement
extends AOWP_PHPStatementContainerElement

PHPRootElement PHPのASTにおける「トップレベルの要素」を表すクラス 文法規則: unticked_statement

Author:
Ryoto Naruse /

Fields inherited from aowp.parser.ast.util.AOWP_PHPStatementContainerElement
statements
Fields inherited from aowp.parser.ast.AOWP_PHPElement
NO_ARRAY, _line, parent, propertyIndex, propertyName
Constructor Summary

AOWP_PHPRootElement(mixed _line, mixed statements)

Method Summary
void

__toString()

void

kind()

Methods inherited from aowp.parser.ast.util.AOWP_PHPStatementContainerElement
insertElement, insertElementArray, removeElement, replaceElement, searchElementIndex, setElement
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/PHPRootElement.class.php at line 21

AOWP_PHPRootElement

public AOWP_PHPRootElement(mixed _line, mixed statements)

Method Detail

/parser/ast/PHPRootElement.class.php at line 26

__toString

public void __toString()

/parser/ast/PHPRootElement.class.php at line 30

kind

public void kind()

AOWP