public class FlowParameterizedGenericsTypeTreeImpl extends JavaScriptTree implements FlowParameterizedGenericsTypeTree
| Constructor and Description |
|---|
FlowParameterizedGenericsTypeTreeImpl(FlowTypeTree type,
SyntaxToken leftBracketToken,
SeparatedList<FlowTypeTree> types,
SyntaxToken rightBracketToken) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(DoubleDispatchVisitor visitor) |
Iterator<Tree> |
childrenIterator()
Creates iterator for children of this node.
|
Tree.Kind |
getKind() |
SyntaxToken |
leftBracketToken() |
SyntaxToken |
rightBracketToken() |
FlowTypeTree |
type() |
SeparatedList<FlowTypeTree> |
types() |
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 FlowParameterizedGenericsTypeTreeImpl(FlowTypeTree type, SyntaxToken leftBracketToken, SeparatedList<FlowTypeTree> types, SyntaxToken rightBracketToken)
public Tree.Kind getKind()
getKind in class JavaScriptTreepublic Iterator<Tree> childrenIterator()
JavaScriptTreenull elements.childrenIterator in class JavaScriptTreepublic FlowTypeTree type()
type in interface FlowParameterizedGenericsTypeTreepublic SyntaxToken leftBracketToken()
leftBracketToken in interface FlowParameterizedGenericsTypeTreepublic SeparatedList<FlowTypeTree> types()
types in interface FlowParameterizedGenericsTypeTreepublic SyntaxToken rightBracketToken()
rightBracketToken in interface FlowParameterizedGenericsTypeTreepublic void accept(DoubleDispatchVisitor visitor)
Copyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.