Modifier and Type | Method and Description |
---|---|
protected void |
ParseTreeVisitor.visit(VariableStatementTree tree) |
Modifier and Type | Method and Description |
---|---|
static VariableStatementTree |
ParseTreeFactory.createVariableStatement(TokenType binding,
IdentifierToken identifier,
ParseTree initializer) |
static VariableStatementTree |
ParseTreeFactory.createVariableStatement(TokenType binding,
String identifier,
ParseTree initializer) |
static VariableStatementTree |
ParseTreeFactory.createVariableStatement(VariableDeclarationListTree list) |
Modifier and Type | Method and Description |
---|---|
protected ParseTree |
ParseTreeTransformer.transform(VariableStatementTree tree) |
protected void |
ParseTreeWriter.visit(VariableStatementTree tree) |
Modifier and Type | Method and Description |
---|---|
VariableStatementTree |
ParseTree.asVariableStatement() |
Copyright © 2009-2014 Google. All Rights Reserved.