Interface BindingPropertyTree
-
- All Superinterfaces:
BindingElementTree,DeclarationTree,Tree
- All Known Implementing Classes:
BindingPropertyTreeImpl
@Beta public interface BindingPropertyTree extends DeclarationTree, BindingElementTree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SyntaxTokencolonToken()Treename()BindingElementTreevalue()-
Methods inherited from interface org.sonar.plugins.javascript.api.tree.declaration.BindingElementTree
bindingIdentifiers
-
Methods inherited from interface org.sonar.plugins.javascript.api.tree.Tree
accept, childrenStream, descendants, firstToken, is, isAncestorOf, lastToken, parent
-
-
-
-
Method Detail
-
name
Tree name()
-
colonToken
SyntaxToken colonToken()
-
value
BindingElementTree value()
-
-