Class NameIdentifierTreeImpl
java.lang.Object
org.sonar.php.tree.impl.PHPTree
org.sonar.php.tree.impl.expression.NameIdentifierTreeImpl
- All Implemented Interfaces:
ExpressionTree,IdentifierTree,NameIdentifierTree,Tree
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(VisitorCheck visitor) Creates iterator for children of this node.getKind()text()token()Methods inherited from class org.sonar.php.tree.impl.PHPTree
getFirstToken, getLastToken, getLine, getParent, is, isLeaf, setParent, toString
-
Constructor Details
-
NameIdentifierTreeImpl
-
-
Method Details
-
getKind
-
token
- Specified by:
tokenin interfaceIdentifierTree- Specified by:
tokenin interfaceNameIdentifierTree
-
text
- Specified by:
textin interfaceIdentifierTree- Specified by:
textin interfaceNameIdentifierTree
-
childrenIterator
Description copied from class:PHPTreeCreates iterator for children of this node. Note that iterator may containnullelements.- Specified by:
childrenIteratorin classPHPTree
-
accept
-