Modifier and Type | Method and Description |
---|---|
protected void |
ParseTreeValidator.visit(VariableDeclarationTree tree) |
protected void |
ParseTreeVisitor.visit(VariableDeclarationTree tree) |
Modifier and Type | Method and Description |
---|---|
static VariableDeclarationTree |
ParseTreeFactory.createVariableDeclaration(IdentifierToken name,
ParseTree initializer) |
static VariableDeclarationTree |
ParseTreeFactory.createVariableDeclaration(ParseTree lvalue,
ParseTree initializer) |
static VariableDeclarationTree |
ParseTreeFactory.createVariableDeclaration(String identifier,
ParseTree initializer) |
Modifier and Type | Method and Description |
---|---|
protected ParseTree |
ParseTreeTransformer.transform(VariableDeclarationTree tree) |
protected void |
ParseTreeWriter.visit(VariableDeclarationTree tree) |
Modifier and Type | Method and Description |
---|---|
static VariableDeclarationListTree |
ParseTreeFactory.createVariableDeclarationList(TokenType binding,
com.google.common.collect.ImmutableList<VariableDeclarationTree> declarations) |
Modifier and Type | Field and Description |
---|---|
com.google.common.collect.ImmutableList<VariableDeclarationTree> |
VariableDeclarationListTree.declarations |
Modifier and Type | Method and Description |
---|---|
VariableDeclarationTree |
ParseTree.asVariableDeclaration() |
Constructor and Description |
---|
VariableDeclarationListTree(SourceRange location,
TokenType declarationType,
com.google.common.collect.ImmutableList<VariableDeclarationTree> declarations) |
Copyright © 2009-2014 Google. All Rights Reserved.