public class StatementTransformContext extends MethodTransformContext
| Constructor and Description |
|---|
StatementTransformContext(MethodTransformContext other,
Block block) |
| Modifier and Type | Method and Description |
|---|---|
Instruction |
current() |
boolean |
moveNext() |
void |
requestRerun()
After the current statement transform has completed,
repeat all statement transforms on the current position.
|
except, getOpts, getRoot, getSettings, getStepper, getTypeResolver, popContext, popStep, popTiming, pushContext, pushStep, pushStep, pushStepWithContent, pushTimingpublic final Block block
public StatementTransformContext(MethodTransformContext other, Block block)
public void requestRerun()
public Instruction current()
public boolean moveNext()