public class FlowNamespacedTypeTreeImpl extends JavaScriptTree implements FlowNamespacedTypeTree
| Constructor and Description |
|---|
FlowNamespacedTypeTreeImpl(SeparatedList<IdentifierTree> identifiers) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(DoubleDispatchVisitor visitor) |
Iterator<Tree> |
childrenIterator()
Creates iterator for children of this node.
|
Tree.Kind |
getKind() |
SeparatedList<IdentifierTree> |
identifiers() |
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 FlowNamespacedTypeTreeImpl(SeparatedList<IdentifierTree> identifiers)
public Tree.Kind getKind()
getKind in class JavaScriptTreepublic Iterator<Tree> childrenIterator()
JavaScriptTreenull elements.childrenIterator in class JavaScriptTreepublic SeparatedList<IdentifierTree> identifiers()
identifiers in interface FlowNamespacedTypeTreepublic void accept(DoubleDispatchVisitor visitor)
Copyright © 2011–2019 SonarSource and Eriks Nukis. All rights reserved.