AOWP


aowp.parser.ast.AOWP_PHPIndirectVariableElement
/parser/ast/PHPIndirectVariableElement.class.php at line 19

Class AOWP_PHPIndirectVariableElement

AOWP_PHPElement
└─AOWP_PHPIndirectVariableElement

public class AOWP_PHPIndirectVariableElement
extends AOWP_PHPElement

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

Author:
Ryoto Naruse /

Field Summary
mixed

$dollars

mixed

$variable

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

AOWP_PHPIndirectVariableElement(mixed _line, mixed dollars, mixed variable)

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/PHPIndirectVariableElement.class.php at line 21

dollars

public mixed $dollars

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

variable

public mixed $variable

Constructor Detail

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

AOWP_PHPIndirectVariableElement

public AOWP_PHPIndirectVariableElement(mixed _line, mixed dollars, mixed variable)

Method Detail

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

__toString

public void __toString()

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

kind

public void kind()

AOWP