AOWP


aowp.parser.ast.AOWP_PHPDefineVariableStatementElement
/parser/ast/PHPDefineVariableStatementElement.class.php at line 20

Class AOWP_PHPDefineVariableStatementElement

AOWP_PHPElement
└─AOWP_PHPDefineVariableStatementElement

public class AOWP_PHPDefineVariableStatementElement
extends AOWP_PHPElement

PHPDefineVariableStatementElement PHPのASTにおける「変数定義」を表すクラス 文法規則: unticked_statement 例: ;

Author:
Ryoto Naruse /

Field Summary
mixed

$type

mixed

$variables

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

AOWP_PHPDefineVariableStatementElement(mixed _line, mixed type, mixed variables)

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/PHPDefineVariableStatementElement.class.php at line 22

type

public mixed $type

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

variables

public mixed $variables

Constructor Detail

/parser/ast/PHPDefineVariableStatementElement.class.php at line 25

AOWP_PHPDefineVariableStatementElement

public AOWP_PHPDefineVariableStatementElement(mixed _line, mixed type, mixed variables)

Method Detail

/parser/ast/PHPDefineVariableStatementElement.class.php at line 32

__toString

public void __toString()

/parser/ast/PHPDefineVariableStatementElement.class.php at line 37

kind

public void kind()

AOWP