Interface FlowTypeAnnotationTree
-
- All Superinterfaces:
Tree
- All Known Implementing Classes:
FlowTypeAnnotationTreeImpl
@Beta public interface FlowTypeAnnotationTree extends Tree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SyntaxTokencolonToken()FlowTypeTreetype()-
Methods inherited from interface org.sonar.plugins.javascript.api.tree.Tree
accept, childrenStream, descendants, firstToken, is, isAncestorOf, lastToken, parent
-
-
-
-
Method Detail
-
colonToken
SyntaxToken colonToken()
-
type
FlowTypeTree type()
-
-