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