Interface FlowTypedBindingElementTree
-
- All Superinterfaces:
BindingElementTree,Tree
- All Known Implementing Classes:
FlowTypedBindingElementTreeImpl
@Beta public interface FlowTypedBindingElementTree extends BindingElementTree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BindingElementTreebindingElement()FlowTypeAnnotationTreetypeAnnotation()-
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()
-
typeAnnotation
FlowTypeAnnotationTree typeAnnotation()
-
-