public class FlowUnionTypeTreeImpl extends JavaScriptTree implements FlowUnionTypeTree
| Constructor and Description |
|---|
FlowUnionTypeTreeImpl(SyntaxToken startPipe,
SeparatedList<FlowTypeTree> subTypes) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(DoubleDispatchVisitor visitor) |
Iterator<Tree> |
childrenIterator()
Creates iterator for children of this node.
|
Tree.Kind |
getKind() |
SyntaxToken |
startPipeToken() |
SeparatedList<FlowTypeTree> |
subTypes() |
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 FlowUnionTypeTreeImpl(@Nullable SyntaxToken startPipe, SeparatedList<FlowTypeTree> subTypes)
public Tree.Kind getKind()
getKind in class JavaScriptTreepublic Iterator<Tree> childrenIterator()
JavaScriptTreenull elements.childrenIterator in class JavaScriptTreepublic SyntaxToken startPipeToken()
startPipeToken in interface FlowUnionTypeTreepublic SeparatedList<FlowTypeTree> subTypes()
subTypes in interface FlowUnionTypeTreepublic void accept(DoubleDispatchVisitor visitor)
Copyright © 2011–2018 SonarSource and Eriks Nukis. All rights reserved.