AOWP


aowp.parser.ast.AOWP_PHPPrintExprElement
/parser/ast/PHPPrintExprElement.class.php at line 19

Class AOWP_PHPPrintExprElement

AOWP_PHPElement
└─AOWP_PHPPrintExprElement

public class AOWP_PHPPrintExprElement
extends AOWP_PHPElement

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

expr

public mixed $expr

Constructor Detail

/parser/ast/PHPPrintExprElement.class.php at line 23

AOWP_PHPPrintExprElement

public AOWP_PHPPrintExprElement(mixed _line, mixed expr)

Method Detail

/parser/ast/PHPPrintExprElement.class.php at line 29

__toString

public void __toString()

/parser/ast/PHPPrintExprElement.class.php at line 34

kind

public void kind()

AOWP