public class FlowFunctionTypeTreeImpl extends JavaScriptTree implements FlowFunctionTypeTree
| Constructor and Description |
|---|
FlowFunctionTypeTreeImpl(FlowGenericParameterClauseTree genericParameterClause,
FlowFunctionTypeParameterClauseTree parameterClause,
SyntaxToken doubleArrowToken,
FlowTypeTree returnType) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(DoubleDispatchVisitor visitor) |
Iterator<Tree> |
childrenIterator()
Creates iterator for children of this node.
|
SyntaxToken |
doubleArrowToken() |
FlowGenericParameterClauseTree |
genericParameterClause() |
Tree.Kind |
getKind() |
FlowFunctionTypeParameterClauseTree |
parameterClause() |
FlowTypeTree |
returnType() |
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 FlowFunctionTypeTreeImpl(@Nullable FlowGenericParameterClauseTree genericParameterClause, FlowFunctionTypeParameterClauseTree parameterClause, SyntaxToken doubleArrowToken, FlowTypeTree returnType)
public Tree.Kind getKind()
getKind in class JavaScriptTree@Nullable public FlowGenericParameterClauseTree genericParameterClause()
genericParameterClause in interface FlowFunctionTypeTreepublic FlowFunctionTypeParameterClauseTree parameterClause()
parameterClause in interface FlowFunctionTypeTreepublic SyntaxToken doubleArrowToken()
doubleArrowToken in interface FlowFunctionTypeTreepublic FlowTypeTree returnType()
returnType in interface FlowFunctionTypeTreepublic Iterator<Tree> childrenIterator()
JavaScriptTreenull elements.childrenIterator in class JavaScriptTreepublic void accept(DoubleDispatchVisitor visitor)
Copyright © 2011–2018 SonarSource and Eriks Nukis. All rights reserved.