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