Interface FlowOptionalBindingElementTree
-
- All Superinterfaces:
BindingElementTree,Tree
- All Known Implementing Classes:
FlowOptionalBindingElementTreeImpl
@Beta public interface FlowOptionalBindingElementTree extends BindingElementTree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BindingElementTreebindingElement()SyntaxTokenquestionToken()-
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
-
bindingElement
BindingElementTree bindingElement()
-
questionToken
SyntaxToken questionToken()
-
-