AOWP


aowp.parser.ast.AOWP_PHPCompoundVariableElement
/parser/ast/PHPCompoundVariableElement.class.php at line 19

Class AOWP_PHPCompoundVariableElement

AOWP_PHPElement
└─AOWP_PHPCompoundVariableElement

public class AOWP_PHPCompoundVariableElement
extends AOWP_PHPElement

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

Author:
Ryoto Naruse /

Field Summary
mixed

$expr

mixed

$openCurly

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

AOWP_PHPCompoundVariableElement(mixed _line, mixed openCurly, 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/PHPCompoundVariableElement.class.php at line 22

expr

public mixed $expr

/parser/ast/PHPCompoundVariableElement.class.php at line 21

openCurly

public mixed $openCurly

Constructor Detail

/parser/ast/PHPCompoundVariableElement.class.php at line 24

AOWP_PHPCompoundVariableElement

public AOWP_PHPCompoundVariableElement(mixed _line, mixed openCurly, mixed expr)

Method Detail

/parser/ast/PHPCompoundVariableElement.class.php at line 31

__toString

public void __toString()

/parser/ast/PHPCompoundVariableElement.class.php at line 36

kind

public void kind()

AOWP