AOWP


aowp.parser.ast.AOWP_PHPContinueStatementElement
/parser/ast/PHPContinueStatementElement.class.php at line 19

Class AOWP_PHPContinueStatementElement

AOWP_PHPElement
└─AOWP_PHPContinueStatementElement

public class AOWP_PHPContinueStatementElement
extends AOWP_PHPElement

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

Author:
Ryoto Naruse /

Field Summary
mixed

$expr

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

AOWP_PHPContinueStatementElement(mixed _line, mixed expr)

Method Summary
void

__toString()

void

kind()

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/PHPContinueStatementElement.class.php at line 20

expr

public mixed $expr

Constructor Detail

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

AOWP_PHPContinueStatementElement

public AOWP_PHPContinueStatementElement(mixed _line, mixed expr)

Method Detail

/parser/ast/PHPContinueStatementElement.class.php at line 28

__toString

public void __toString()

/parser/ast/PHPContinueStatementElement.class.php at line 33

kind

public void kind()

AOWP