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