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