public class NamedExportDeclarationTreeImpl extends JavaScriptTree implements NamedExportDeclarationTree
| Constructor and Description |
|---|
NamedExportDeclarationTreeImpl(InternalSyntaxToken exportToken,
Tree object) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(DoubleDispatchVisitor visitor) |
Iterator<Tree> |
childrenIterator()
Creates iterator for children of this node.
|
SyntaxToken |
exportToken() |
Tree.Kind |
getKind() |
Tree |
object() |
getFirstToken, getLastToken, getLine, getParent, is, isLeaf, setParentpublic NamedExportDeclarationTreeImpl(InternalSyntaxToken exportToken, Tree object)
public SyntaxToken exportToken()
exportToken in interface ExportDeclarationTreepublic Tree object()
object in interface NamedExportDeclarationTreepublic Tree.Kind getKind()
getKind in class JavaScriptTreepublic Iterator<Tree> childrenIterator()
JavaScriptTreenull elements.childrenIterator in class JavaScriptTreepublic void accept(DoubleDispatchVisitor visitor)
Copyright © 2011–2016 SonarSource and Eriks Nukis. All rights reserved.