public class FlowIndexerPropertyDefinitionKeyTreeImpl extends JavaScriptTree implements FlowIndexerPropertyDefinitionKeyTree
| Constructor and Description |
|---|
FlowIndexerPropertyDefinitionKeyTreeImpl(SyntaxToken lbracketToken,
IdentifierTree identifier,
SyntaxToken colonToken,
FlowTypeTree type,
SyntaxToken rbracketToken) |
| 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() |
IdentifierTree |
identifier() |
SyntaxToken |
lbracketToken() |
SyntaxToken |
rbracketToken() |
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 FlowIndexerPropertyDefinitionKeyTreeImpl(SyntaxToken lbracketToken, @Nullable IdentifierTree identifier, @Nullable SyntaxToken colonToken, FlowTypeTree type, SyntaxToken rbracketToken)
public Tree.Kind getKind()
getKind in class JavaScriptTree@Nullable public IdentifierTree identifier()
identifier in interface FlowIndexerPropertyDefinitionKeyTree@Nullable public SyntaxToken colonToken()
colonToken in interface FlowIndexerPropertyDefinitionKeyTreepublic FlowTypeTree type()
type in interface FlowIndexerPropertyDefinitionKeyTreepublic SyntaxToken lbracketToken()
lbracketToken in interface FlowIndexerPropertyDefinitionKeyTreepublic SyntaxToken rbracketToken()
rbracketToken in interface FlowIndexerPropertyDefinitionKeyTreepublic Iterator<Tree> childrenIterator()
JavaScriptTreenull elements.childrenIterator in class JavaScriptTreepublic void accept(DoubleDispatchVisitor visitor)
Copyright © 2011–2019 SonarSource and Eriks Nukis. All rights reserved.