AOWP


aowp.parser.ast.AOWP_PHPAmpersandExprElement
/parser/ast/PHPAmpersandExprElement.class.php at line 19

Class AOWP_PHPAmpersandExprElement

AOWP_PHPElement
└─AOWP_PHPAmpersandExprElement

public class AOWP_PHPAmpersandExprElement
extends AOWP_PHPElement

PHPAmpersandExprExprElement PHPのASTにおける「&」を表すクラス 文法規則: 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_PHPAmpersandExprElement(mixed _line, mixed expr)

Method Summary
void

__toString()

void

getVariableName()

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

expr

public mixed $expr

Constructor Detail

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

AOWP_PHPAmpersandExprElement

public AOWP_PHPAmpersandExprElement(mixed _line, mixed expr)

Method Detail

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

__toString

public void __toString()

/parser/ast/PHPAmpersandExprElement.class.php at line 39

getVariableName

public void getVariableName()

/parser/ast/PHPAmpersandExprElement.class.php at line 43

kind

public void kind()

AOWP