Interface FlowMethodPropertyDefinitionKeyTree
-
- All Superinterfaces:
FlowPropertyDefinitionKeyTree,Tree
- All Known Implementing Classes:
FlowMethodPropertyDefinitionKeyTreeImpl
public interface FlowMethodPropertyDefinitionKeyTree extends FlowPropertyDefinitionKeyTree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FlowGenericParameterClauseTreegenericParameterClause()IdentifierTreemethodName()FlowFunctionTypeParameterClauseTreeparameterClause()-
Methods inherited from interface org.sonar.plugins.javascript.api.tree.Tree
accept, childrenStream, descendants, firstToken, is, isAncestorOf, lastToken, parent
-
-
-
-
Method Detail
-
methodName
@Nullable IdentifierTree methodName()
-
genericParameterClause
@Nullable FlowGenericParameterClauseTree genericParameterClause()
-
parameterClause
FlowFunctionTypeParameterClauseTree parameterClause()
-
-