Interface InitializedBindingElementTree
-
- All Superinterfaces:
BindingElementTree,Tree
- All Known Implementing Classes:
InitializedBindingElementTreeImpl
@Beta public interface InitializedBindingElementTree extends BindingElementTree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SyntaxTokenequalToken()BindingElementTreeleft()ExpressionTreeright()-
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
-
left
BindingElementTree left()
-
equalToken
SyntaxToken equalToken()
-
right
ExpressionTree right()
-
-