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