Package org.sonar.plugins.php.api.tree
Interface CompilationUnitTree
-
- All Superinterfaces:
Tree
- All Known Implementing Classes:
CompilationUnitTreeImpl
public interface CompilationUnitTree extends Tree
Compilation Unitscript()
eofToken()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SyntaxToken
eofToken()
ScriptTree
script()
-
-
-
Method Detail
-
script
@Nullable ScriptTree script()
-
eofToken
SyntaxToken eofToken()
-
-