Interface FlowGenericParameterTree
-
- All Superinterfaces:
Tree
- All Known Implementing Classes:
FlowGenericParameterTreeImpl
@Beta public interface FlowGenericParameterTree extends Tree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FlowTypeTreedefaultType()SyntaxTokenequalToken()IdentifierTreeidentifier()FlowTypeAnnotationTreesuperTypeAnnotation()-
Methods inherited from interface org.sonar.plugins.javascript.api.tree.Tree
accept, childrenStream, descendants, firstToken, is, isAncestorOf, lastToken, parent
-
-
-
-
Method Detail
-
identifier
IdentifierTree identifier()
-
superTypeAnnotation
@Nullable FlowTypeAnnotationTree superTypeAnnotation()
-
equalToken
@Nullable SyntaxToken equalToken()
-
defaultType
@Nullable FlowTypeTree defaultType()
-
-