public class FlowMethodPropertyDefinitionKeyTreeImpl extends JavaScriptTree implements FlowMethodPropertyDefinitionKeyTree
| Constructor and Description |
|---|
FlowMethodPropertyDefinitionKeyTreeImpl(IdentifierTree methodName,
FlowGenericParameterClauseTree genericParameterClause,
FlowFunctionTypeParameterClauseTree parameterClause) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(DoubleDispatchVisitor visitor) |
Iterator<Tree> |
childrenIterator()
Creates iterator for children of this node.
|
FlowGenericParameterClauseTree |
genericParameterClause() |
Tree.Kind |
getKind() |
IdentifierTree |
methodName() |
FlowFunctionTypeParameterClauseTree |
parameterClause() |
childrenStream, descendants, firstToken, is, isAncestorOf, isLeaf, lastToken, parent, setParent, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitchildrenStream, descendants, firstToken, is, isAncestorOf, lastToken, parentpublic FlowMethodPropertyDefinitionKeyTreeImpl(@Nullable IdentifierTree methodName, @Nullable FlowGenericParameterClauseTree genericParameterClause, FlowFunctionTypeParameterClauseTree parameterClause)
public Tree.Kind getKind()
getKind in class JavaScriptTreepublic Iterator<Tree> childrenIterator()
JavaScriptTreenull elements.childrenIterator in class JavaScriptTree@Nullable public FlowGenericParameterClauseTree genericParameterClause()
genericParameterClause in interface FlowMethodPropertyDefinitionKeyTree@Nullable public IdentifierTree methodName()
methodName in interface FlowMethodPropertyDefinitionKeyTreepublic FlowFunctionTypeParameterClauseTree parameterClause()
parameterClause in interface FlowMethodPropertyDefinitionKeyTreepublic void accept(DoubleDispatchVisitor visitor)
Copyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.