AOWP


aowp.parser.ast.AOWP_PHPEmptyStatementElement
/parser/ast/PHPEmptyStatementElement.class.php at line 19

Class AOWP_PHPEmptyStatementElement

AOWP_PHPElement
└─AOWP_PHPEmptyStatementElement

public class AOWP_PHPEmptyStatementElement
extends AOWP_PHPElement

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

Author:
Ryoto Naruse /

Field Summary
mixed

$variable

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

AOWP_PHPEmptyStatementElement(mixed _line, mixed variable)

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

variable

public mixed $variable

Constructor Detail

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

AOWP_PHPEmptyStatementElement

public AOWP_PHPEmptyStatementElement(mixed _line, mixed variable)

Method Detail

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

__toString

public void __toString()

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

kind

public void kind()

AOWP