Package org.sonar.php.tree.impl
Class CompilationUnitTreeImpl
java.lang.Object
org.sonar.php.tree.impl.PHPTree
org.sonar.php.tree.impl.CompilationUnitTreeImpl
- All Implemented Interfaces:
CompilationUnitTree,Tree
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(VisitorCheck visitor) Creates iterator for children of this node.eofToken()getKind()script()Methods inherited from class org.sonar.php.tree.impl.PHPTree
getFirstToken, getLastToken, getLine, getParent, is, isLeaf, setParent, toString
-
Constructor Details
-
CompilationUnitTreeImpl
-
-
Method Details
-
script
- Specified by:
scriptin interfaceCompilationUnitTree
-
eofToken
- Specified by:
eofTokenin interfaceCompilationUnitTree
-
getKind
-
childrenIterator
Description copied from class:PHPTreeCreates iterator for children of this node. Note that iterator may containnullelements.- Specified by:
childrenIteratorin classPHPTree
-
accept
-