public class FlowModuleExportsTreeImpl extends JavaScriptTree implements FlowModuleExportsTree
| Constructor and Description |
|---|
FlowModuleExportsTreeImpl(SyntaxToken moduleToken,
SyntaxToken dotToken,
SyntaxToken exportsToken,
FlowTypeAnnotationTree typeAnnotation) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(DoubleDispatchVisitor visitor) |
Iterator<Tree> |
childrenIterator()
Creates iterator for children of this node.
|
SyntaxToken |
dotToken() |
SyntaxToken |
exportsToken() |
Tree.Kind |
getKind() |
SyntaxToken |
moduleToken() |
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 FlowModuleExportsTreeImpl(SyntaxToken moduleToken, SyntaxToken dotToken, SyntaxToken exportsToken, FlowTypeAnnotationTree typeAnnotation)
public Tree.Kind getKind()
getKind in class JavaScriptTreepublic Iterator<Tree> childrenIterator()
JavaScriptTreenull elements.childrenIterator in class JavaScriptTreepublic SyntaxToken moduleToken()
moduleToken in interface FlowModuleExportsTreepublic SyntaxToken dotToken()
dotToken in interface FlowModuleExportsTreepublic SyntaxToken exportsToken()
exportsToken in interface FlowModuleExportsTreepublic FlowTypeAnnotationTree typeAnnotation()
typeAnnotation in interface FlowModuleExportsTreepublic void accept(DoubleDispatchVisitor visitor)
Copyright © 2011–2018 SonarSource and Eriks Nukis. All rights reserved.