aowp.parser.ast.AOWP_PHPStaticMemberRefElement
/parser/ast/PHPStaticMemberRefElement.class.php at line 12
Class AOWP_PHPStaticMemberRefElement
AOWP_PHPElement
└─AOWP_PHPStaticMemberRefElement
public class AOWP_PHPStaticMemberRefElement
extends AOWP_PHPElement
- Author:
- Ryoto Naruse /
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/PHPStaticMemberRefElement.class.php at line 14
className
public mixed $className
/parser/ast/PHPStaticMemberRefElement.class.php at line 15
variable
public mixed $variable
Constructor Detail
/parser/ast/PHPStaticMemberRefElement.class.php at line 17
AOWP_PHPStaticMemberRefElement
public AOWP_PHPStaticMemberRefElement(mixed line, mixed className, mixed variable)
Method Detail
/parser/ast/PHPStaticMemberRefElement.class.php at line 29
__toString
public void __toString()
/parser/ast/PHPStaticMemberRefElement.class.php at line 24
kind
public void kind()
Enter description here...