Modifier and Type | Method and Description |
---|---|
protected void |
ParseTreeValidator.visit(SwitchStatementTree tree) |
protected void |
ParseTreeVisitor.visit(SwitchStatementTree tree) |
Modifier and Type | Method and Description |
---|---|
static SwitchStatementTree |
ParseTreeFactory.createSwitchStatement(ParseTree expression,
com.google.common.collect.ImmutableList<ParseTree> caseClauses) |
Modifier and Type | Method and Description |
---|---|
protected ParseTree |
ParseTreeTransformer.transform(SwitchStatementTree tree) |
protected void |
ParseTreeWriter.visit(SwitchStatementTree tree) |
Modifier and Type | Method and Description |
---|---|
SwitchStatementTree |
ParseTree.asSwitchStatement() |
Copyright © 2009-2014 Google. All Rights Reserved.