Modifier and Type | Method and Description |
---|---|
protected void |
ParseTreeValidator.visit(WhileStatementTree tree) |
protected void |
ParseTreeVisitor.visit(WhileStatementTree tree) |
Modifier and Type | Method and Description |
---|---|
static WhileStatementTree |
ParseTreeFactory.createWhileStatement(ParseTree condition,
ParseTree body) |
Modifier and Type | Method and Description |
---|---|
protected ParseTree |
ParseTreeTransformer.transform(WhileStatementTree tree) |
protected void |
ParseTreeWriter.visit(WhileStatementTree tree) |
Modifier and Type | Method and Description |
---|---|
WhileStatementTree |
ParseTree.asWhileStatement() |
Copyright © 2009-2014 Google. All Rights Reserved.