AOWP


aowp.parser.ast.AOWP_PHPEchoStatementElement
/parser/ast/PHPEchoStatementElement.class.php at line 19

Class AOWP_PHPEchoStatementElement

AOWP_PHPElement
└─AOWP_PHPEchoStatementElement

public class AOWP_PHPEchoStatementElement
extends AOWP_PHPElement

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

Author:
Ryoto Naruse /

Field Summary
mixed

$exprs

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

AOWP_PHPEchoStatementElement(mixed _line, mixed exprs)

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

exprs

public mixed $exprs

Constructor Detail

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

AOWP_PHPEchoStatementElement

public AOWP_PHPEchoStatementElement(mixed _line, mixed exprs)

Method Detail

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

__toString

public void __toString()

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

kind

public void kind()

AOWP