AOWP


aowp.parser.ast.AOWP_PHPComplexVariableElement
/parser/ast/PHPComplexVariableElement.class.php at line 19

Class AOWP_PHPComplexVariableElement

AOWP_PHPElement
└─AOWP_PHPComplexVariableElement

public class AOWP_PHPComplexVariableElement
extends AOWP_PHPElement

PHPComplexVariableElement 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_PHPComplexVariableElement(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/PHPComplexVariableElement.class.php at line 22

expr

public mixed $expr

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

openCurly

public mixed $openCurly

Constructor Detail

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

AOWP_PHPComplexVariableElement

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

Method Detail

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

__toString

public void __toString()

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

kind

public void kind()

AOWP