Interface VariableDeclarationTree
-
- All Superinterfaces:
Tree
- All Known Implementing Classes:
VariableDeclarationTreeImpl
@Beta public interface VariableDeclarationTree extends Tree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SyntaxTokentoken()SeparatedList<BindingElementTree>variables()-
Methods inherited from interface org.sonar.plugins.javascript.api.tree.Tree
accept, childrenStream, descendants, firstToken, is, isAncestorOf, lastToken, parent
-
-
-
-
Method Detail
-
token
SyntaxToken token()
-
variables
SeparatedList<BindingElementTree> variables()
-
-