public interface FlowFunctionSignatureTree extends FlowTypeTree
| Modifier and Type | Method and Description |
|---|---|
SyntaxToken |
functionToken() |
FlowGenericParameterClauseTree |
genericParameterClause() |
IdentifierTree |
name() |
FlowFunctionTypeParameterClauseTree |
parameterClause() |
FlowTypeAnnotationTree |
returnType() |
accept, childrenStream, descendants, firstToken, is, isAncestorOf, lastToken, parentSyntaxToken functionToken()
IdentifierTree name()
@Nullable FlowGenericParameterClauseTree genericParameterClause()
FlowFunctionTypeParameterClauseTree parameterClause()
FlowTypeAnnotationTree returnType()
Copyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.