Interface LexicalDeclarationTree
-
- All Superinterfaces:
DeclarationTree,Tree
@Beta public interface LexicalDeclarationTree extends DeclarationTree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SeparatedList<InitializedBindingElementTree>bindingList()Treeeos()SyntaxTokenkeywordToken()-
Methods inherited from interface org.sonar.plugins.javascript.api.tree.Tree
accept, childrenStream, descendants, firstToken, is, isAncestorOf, lastToken, parent
-
-
-
-
Method Detail
-
keywordToken
SyntaxToken keywordToken()
-
bindingList
SeparatedList<InitializedBindingElementTree> bindingList()
-
eos
Tree eos()
-
-