Interface ScriptTree
-
- All Superinterfaces:
Tree
- All Known Implementing Classes:
ScriptTreeImpl
@Beta public interface ScriptTree extends Tree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SyntaxTokenEOFToken()ModuleTreeitems()SyntaxTokenshebangToken()-
Methods inherited from interface org.sonar.plugins.javascript.api.tree.Tree
accept, childrenStream, descendants, firstToken, is, isAncestorOf, lastToken, parent
-
-
-
-
Method Detail
-
shebangToken
@Nullable SyntaxToken shebangToken()
-
items
@Nullable ModuleTree items()
-
EOFToken
SyntaxToken EOFToken()
-
-