Interface FlowFunctionTypeParameterClauseTree
-
- All Superinterfaces:
Tree
- All Known Implementing Classes:
FlowFunctionTypeParameterClauseTreeImpl
@Beta public interface FlowFunctionTypeParameterClauseTree extends Tree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SyntaxTokenleftParenthesis()SeparatedList<FlowFunctionTypeParameterTree>parameters()SyntaxTokenrightParenthesis()-
Methods inherited from interface org.sonar.plugins.javascript.api.tree.Tree
accept, childrenStream, descendants, firstToken, is, isAncestorOf, lastToken, parent
-
-
-
-
Method Detail
-
leftParenthesis
@Nullable SyntaxToken leftParenthesis()
-
parameters
SeparatedList<FlowFunctionTypeParameterTree> parameters()
-
rightParenthesis
@Nullable SyntaxToken rightParenthesis()
-
-