| Modifier and Type | Method and Description |
|---|---|
protected void |
ParseTreeVisitor.visit(VariableDeclarationListTree tree) |
| Modifier and Type | Method and Description |
|---|---|
static VariableDeclarationListTree |
ParseTreeFactory.createVariableDeclarationList(TokenType binding,
IdentifierToken identifier,
ParseTree initializer) |
static VariableDeclarationListTree |
ParseTreeFactory.createVariableDeclarationList(TokenType binding,
com.google.common.collect.ImmutableList<VariableDeclarationTree> declarations) |
static VariableDeclarationListTree |
ParseTreeFactory.createVariableDeclarationList(TokenType binding,
String identifier,
ParseTree initializer) |
| Modifier and Type | Method and Description |
|---|---|
static ForOfStatementTree |
ParseTreeFactory.createForEachStatement(VariableDeclarationListTree initializer,
ParseTree collection,
ParseTree body) |
static VariableStatementTree |
ParseTreeFactory.createVariableStatement(VariableDeclarationListTree list) |
protected ParseTree |
ParseTreeTransformer.transform(VariableDeclarationListTree tree) |
protected void |
ParseTreeWriter.visit(VariableDeclarationListTree tree) |
| Modifier and Type | Field and Description |
|---|---|
VariableDeclarationListTree |
VariableStatementTree.declarations |
| Modifier and Type | Method and Description |
|---|---|
VariableDeclarationListTree |
ParseTree.asVariableDeclarationList() |
| Constructor and Description |
|---|
VariableStatementTree(SourceRange location,
VariableDeclarationListTree declarations) |
Copyright © 2009-2014 Google. All Rights Reserved.