public class VariableDeclarationTreeImpl extends JavaScriptTree implements VariableDeclarationTree
| Constructor and Description |
|---|
VariableDeclarationTreeImpl(Tree.Kind kind,
InternalSyntaxToken token,
SeparatedList<BindingElementTree> variables) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(DoubleDispatchVisitor visitor) |
Iterator<Tree> |
childrenIterator()
Creates iterator for children of this node.
|
Tree.Kind |
getKind() |
SyntaxToken |
token() |
List<IdentifierTree> |
variableIdentifiers() |
SeparatedList<BindingElementTree> |
variables() |
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 VariableDeclarationTreeImpl(Tree.Kind kind, InternalSyntaxToken token, SeparatedList<BindingElementTree> variables)
public Tree.Kind getKind()
getKind in class JavaScriptTreepublic SyntaxToken token()
token in interface VariableDeclarationTreepublic SeparatedList<BindingElementTree> variables()
variables in interface VariableDeclarationTreepublic Iterator<Tree> childrenIterator()
JavaScriptTreenull elements.childrenIterator in class JavaScriptTreepublic void accept(DoubleDispatchVisitor visitor)
public List<IdentifierTree> variableIdentifiers()
Copyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.