Interface FlowFunctionTypeTree
-
- All Superinterfaces:
FlowTypeTree,Tree
- All Known Implementing Classes:
FlowFunctionTypeTreeImpl
@Beta public interface FlowFunctionTypeTree extends FlowTypeTree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SyntaxTokendoubleArrowToken()FlowGenericParameterClauseTreegenericParameterClause()FlowFunctionTypeParameterClauseTreeparameterClause()FlowTypeTreereturnType()-
Methods inherited from interface org.sonar.plugins.javascript.api.tree.Tree
accept, childrenStream, descendants, firstToken, is, isAncestorOf, lastToken, parent
-
-
-
-
Method Detail
-
genericParameterClause
@Nullable FlowGenericParameterClauseTree genericParameterClause()
-
parameterClause
FlowFunctionTypeParameterClauseTree parameterClause()
-
doubleArrowToken
SyntaxToken doubleArrowToken()
-
returnType
FlowTypeTree returnType()
-
-