| Modifier and Type | Method and Description |
|---|---|
protected void |
ParseTreeValidator.visit(ForOfStatementTree tree) |
protected void |
ParseTreeVisitor.visit(ForOfStatementTree tree) |
| Modifier and Type | Method and Description |
|---|---|
static ForOfStatementTree |
ParseTreeFactory.createForEachStatement(VariableDeclarationListTree initializer,
ParseTree collection,
ParseTree body) |
| Modifier and Type | Method and Description |
|---|---|
protected ParseTree |
ParseTreeTransformer.transform(ForOfStatementTree tree) |
protected void |
ParseTreeWriter.visit(ForOfStatementTree tree) |
| Modifier and Type | Method and Description |
|---|---|
ForOfStatementTree |
ParseTree.asForOfStatement() |
Copyright © 2009-2014 Google. All Rights Reserved.