public class FlowTypeAnnotationTreeImpl extends JavaScriptTree implements FlowTypeAnnotationTree
| Constructor and Description |
|---|
FlowTypeAnnotationTreeImpl(SyntaxToken colonToken,
FlowTypeTree type) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(DoubleDispatchVisitor visitor) |
Iterator<Tree> |
childrenIterator()
Creates iterator for children of this node.
|
SyntaxToken |
colonToken() |
Tree.Kind |
getKind() |
FlowTypeTree |
type() |
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 FlowTypeAnnotationTreeImpl(SyntaxToken colonToken, FlowTypeTree type)
public Tree.Kind getKind()
getKind in class JavaScriptTreepublic Iterator<Tree> childrenIterator()
JavaScriptTreenull elements.childrenIterator in class JavaScriptTreepublic void accept(DoubleDispatchVisitor visitor)
public SyntaxToken colonToken()
colonToken in interface FlowTypeAnnotationTreepublic FlowTypeTree type()
type in interface FlowTypeAnnotationTreeCopyright © 2011–2019 SonarSource and Eriks Nukis. All rights reserved.