public class FlowIntersectionTypeTreeImpl extends JavaScriptTree implements FlowIntersectionTypeTree
| Constructor and Description |
|---|
FlowIntersectionTypeTreeImpl(SyntaxToken startAnd,
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 |
startAndToken() |
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 FlowIntersectionTypeTreeImpl(SyntaxToken startAnd, SeparatedList<FlowTypeTree> subTypes)
public Tree.Kind getKind()
getKind in class JavaScriptTreepublic Iterator<Tree> childrenIterator()
JavaScriptTreenull elements.childrenIterator in class JavaScriptTreepublic SyntaxToken startAndToken()
startAndToken in interface FlowIntersectionTypeTreepublic SeparatedList<FlowTypeTree> subTypes()
subTypes in interface FlowIntersectionTypeTreepublic void accept(DoubleDispatchVisitor visitor)
Copyright © 2011–2019 SonarSource and Eriks Nukis. All rights reserved.