Interface FlowFunctionTypeParameterTree
-
- All Superinterfaces:
Tree
- All Known Implementing Classes:
FlowFunctionTypeParameterTreeImpl
@Beta public interface FlowFunctionTypeParameterTree extends Tree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SyntaxTokenellipsisToken()IdentifierTreeidentifier()SyntaxTokenqueryToken()FlowTypeTreetype()FlowTypeAnnotationTreetypeAnnotation()-
Methods inherited from interface org.sonar.plugins.javascript.api.tree.Tree
accept, childrenStream, descendants, firstToken, is, isAncestorOf, lastToken, parent
-
-
-
-
Method Detail
-
ellipsisToken
@Nullable SyntaxToken ellipsisToken()
-
identifier
@Nullable IdentifierTree identifier()
-
queryToken
@Nullable SyntaxToken queryToken()
-
typeAnnotation
@Nullable FlowTypeAnnotationTree typeAnnotation()
-
type
FlowTypeTree type()
-
-