public class NumericForStatement extends BodyStatement
| Constructor and Description |
|---|
NumericForStatement(Attributes attr,
Name name,
Expr init,
Expr limit,
Expr step,
Block block) |
| Modifier and Type | Method and Description |
|---|---|
BodyStatement |
accept(Transformer tf) |
Block |
block() |
Expr |
init() |
Expr |
limit() |
Name |
name() |
Expr |
step() |
NumericForStatement |
update(Name name,
Expr init,
Expr limit,
Expr step,
Block block) |
NumericForStatement |
with(Object o) |
NumericForStatement |
withAttributes(Attributes attr) |
attributes, line, sourceInfopublic Name name()
public Expr init()
public Expr limit()
public Expr step()
public Block block()
public NumericForStatement withAttributes(Attributes attr)
public NumericForStatement with(Object o)
public BodyStatement accept(Transformer tf)
accept in class BodyStatementCopyright © 2016–2017. All rights reserved.