Interface BindingElementTree
-
- All Superinterfaces:
Tree
- All Known Subinterfaces:
ArrayBindingPatternTree,BindingPropertyTree,FlowOptionalBindingElementTree,FlowTypedBindingElementTree,IdentifierTree,InitializedBindingElementTree,ObjectBindingPatternTree,RestElementTree
- All Known Implementing Classes:
ArrayBindingPatternTreeImpl,BindingPropertyTreeImpl,FlowOptionalBindingElementTreeImpl,FlowTypedBindingElementTreeImpl,IdentifierTreeImpl,InitializedBindingElementTreeImpl,ObjectBindingPatternTreeImpl,RestElementTreeImpl
@Beta public interface BindingElementTree extends Tree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<IdentifierTree>bindingIdentifiers()-
Methods inherited from interface org.sonar.plugins.javascript.api.tree.Tree
accept, childrenStream, descendants, firstToken, is, isAncestorOf, lastToken, parent
-
-
-
-
Method Detail
-
bindingIdentifiers
List<IdentifierTree> bindingIdentifiers()
-
-