AOWP


aowp.parser.ast.AOWP_PHPForStatementElement
/parser/ast/PHPForStatementElement.class.php at line 19

Class AOWP_PHPForStatementElement

AOWP_PHPElement
└─AOWP_PHPInnerStatementContainerElement
└─AOWP_PHPForStatementElement

public class AOWP_PHPForStatementElement
extends AOWP_PHPInnerStatementContainerElement

PHPForStatementElement PHPのASTにおける「for」を表すクラス 文法規則: unticked_statement

Author:
Ryoto Naruse /

Field Summary
mixed

$conditions

mixed

$initialExprs

mixed

$updateExprs

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

AOWP_PHPForStatementElement(mixed _line, mixed initialExprs, mixed conditions, mixed updateExprs, mixed innerStatements)

Method Summary
void

__toString()

void

kind()

Methods inherited from aowp.parser.ast.util.AOWP_PHPInnerStatementContainerElement
getInnerStatements, insertElement, insertElementArray, removeAllElements, removeElement, replaceElement, replaceElementWithElements, searchElementIndex, setElement, setElements, spliceStatement
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/PHPForStatementElement.class.php at line 21

conditions

public mixed $conditions

/parser/ast/PHPForStatementElement.class.php at line 20

initialExprs

public mixed $initialExprs

/parser/ast/PHPForStatementElement.class.php at line 22

updateExprs

public mixed $updateExprs

Constructor Detail

/parser/ast/PHPForStatementElement.class.php at line 24

AOWP_PHPForStatementElement

public AOWP_PHPForStatementElement(mixed _line, mixed initialExprs, mixed conditions, mixed updateExprs, mixed innerStatements)

Method Detail

/parser/ast/PHPForStatementElement.class.php at line 32

__toString

public void __toString()

/parser/ast/PHPForStatementElement.class.php at line 37

kind

public void kind()

AOWP