public class FlowFunctionTypeParameterClauseTreeImpl extends JavaScriptTree implements FlowFunctionTypeParameterClauseTree
| Constructor and Description |
|---|
FlowFunctionTypeParameterClauseTreeImpl(InternalSyntaxToken lParenthesis,
SeparatedList<FlowFunctionTypeParameterTree> parameters,
InternalSyntaxToken rParenthesis) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(DoubleDispatchVisitor visitor) |
Iterator<Tree> |
childrenIterator()
Creates iterator for children of this node.
|
Tree.Kind |
getKind() |
SyntaxToken |
leftParenthesis() |
SeparatedList<FlowFunctionTypeParameterTree> |
parameters() |
SyntaxToken |
rightParenthesis() |
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 FlowFunctionTypeParameterClauseTreeImpl(@Nullable InternalSyntaxToken lParenthesis, SeparatedList<FlowFunctionTypeParameterTree> parameters, @Nullable InternalSyntaxToken rParenthesis)
public Tree.Kind getKind()
getKind in class JavaScriptTreepublic Iterator<Tree> childrenIterator()
JavaScriptTreenull elements.childrenIterator in class JavaScriptTreepublic void accept(DoubleDispatchVisitor visitor)
@Nullable public SyntaxToken leftParenthesis()
leftParenthesis in interface FlowFunctionTypeParameterClauseTreepublic SeparatedList<FlowFunctionTypeParameterTree> parameters()
parameters in interface FlowFunctionTypeParameterClauseTree@Nullable public SyntaxToken rightParenthesis()
rightParenthesis in interface FlowFunctionTypeParameterClauseTreeCopyright © 2011–2019 SonarSource and Eriks Nukis. All rights reserved.