public class GenericForStatement extends BodyStatement
| Constructor and Description |
|---|
GenericForStatement(Attributes attr,
List<Name> names,
List<Expr> exprs,
Block block) |
| Modifier and Type | Method and Description |
|---|---|
BodyStatement |
accept(Transformer tf) |
Block |
block() |
List<Expr> |
exprs() |
List<Name> |
names() |
GenericForStatement |
update(List<Name> names,
List<Expr> exprs,
Block block) |
GenericForStatement |
with(Object o) |
GenericForStatement |
withAttributes(Attributes attr) |
attributes, line, sourceInfopublic Block block()
public GenericForStatement withAttributes(Attributes attr)
public GenericForStatement with(Object o)
public BodyStatement accept(Transformer tf)
accept in class BodyStatementCopyright © 2016–2017. All rights reserved.