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