AOWP


aowp.parser.ast.AOWP_PHPEvalStatementElement
/parser/ast/PHPEvalStatementElement.class.php at line 19

Class AOWP_PHPEvalStatementElement

AOWP_PHPElement
└─AOWP_PHPEvalStatementElement

public class AOWP_PHPEvalStatementElement
extends AOWP_PHPElement

PHPEvalStatementElement PHPのASTにおける「eval」を表すクラス 文法規則: 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_PHPEvalStatementElement(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/PHPEvalStatementElement.class.php at line 20

expr

public mixed $expr

Constructor Detail

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

AOWP_PHPEvalStatementElement

public AOWP_PHPEvalStatementElement(mixed _line, mixed expr)

Method Detail

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

__toString

public void __toString()

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

kind

public void kind()

AOWP