AOWP


aowp.parser.ast.AOWP_PHPInstanceofExprElement
/parser/ast/PHPInstanceofExprElement.class.php at line 20

Class AOWP_PHPInstanceofExprElement

AOWP_PHPElement
└─AOWP_PHPInstanceofExprElement

public class AOWP_PHPInstanceofExprElement
extends AOWP_PHPElement

PHPInstanceofExprElement PHPのASTにおける「instanceof」を表すクラス 文法規則: unticked_statement 例:

Author:
Ryoto Naruse /

Field Summary
mixed

$className

mixed

$expr

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

AOWP_PHPInstanceofExprElement(mixed _line, mixed expr, mixed className)

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/PHPInstanceofExprElement.class.php at line 23

className

public mixed $className

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

expr

public mixed $expr

Constructor Detail

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

AOWP_PHPInstanceofExprElement

public AOWP_PHPInstanceofExprElement(mixed _line, mixed expr, mixed className)

Method Detail

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

__toString

public void __toString()

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

kind

public void kind()

AOWP