Package | Description |
---|---|
jeb.api.ast |
This package contains classes used to represent Java Abstract Syntax Trees (AST).
|
Modifier and Type | Method and Description |
---|---|
static ForStm |
ForStm.build(Statement initializer,
Predicate p,
Statement poststm,
Block b)
Create a for loop.
|