static final class ExprEditor.LoopContext
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) int |
maxLocals |
(package private) int |
maxStack |
(package private) ExprEditor.NewOp |
newList |
Constructor and Description |
---|
LoopContext(int locals) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
updateMax(int locals,
int stack) |
ExprEditor.NewOp newList
int maxLocals
int maxStack