public class ImportModuleDeclarationTreeImpl extends JavaScriptTree implements ImportModuleDeclarationTree
| Constructor and Description |
|---|
ImportModuleDeclarationTreeImpl(InternalSyntaxToken importToken,
LiteralTree moduleName,
SyntaxToken semicolonToken) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(DoubleDispatchVisitor visitor) |
Iterator<Tree> |
childrenIterator()
Creates iterator for children of this node.
|
Tree.Kind |
getKind() |
SyntaxToken |
importToken() |
LiteralTree |
moduleName() |
SyntaxToken |
semicolonToken() |
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 ImportModuleDeclarationTreeImpl(InternalSyntaxToken importToken, LiteralTree moduleName, @Nullable SyntaxToken semicolonToken)
public SyntaxToken importToken()
importToken in interface ImportModuleDeclarationTreepublic LiteralTree moduleName()
moduleName in interface ImportModuleDeclarationTree@Nullable public SyntaxToken semicolonToken()
semicolonToken in interface ImportModuleDeclarationTreepublic Tree.Kind getKind()
getKind in class JavaScriptTreepublic Iterator<Tree> childrenIterator()
JavaScriptTreenull elements.childrenIterator in class JavaScriptTreepublic void accept(DoubleDispatchVisitor visitor)
Copyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.