static class StackMap.SwitchShifter extends StackMap.Walker
Modifier and Type | Field and Description |
---|---|
private int |
gap |
private int |
where |
info
Constructor and Description |
---|
SwitchShifter(StackMap smt,
int where,
int gap) |
Modifier and Type | Method and Description |
---|---|
int |
locals(int pos,
int offset,
int num)
Invoked when
locals of stack_map_frame
is visited. |
objectVariable, stack, typeInfo, typeInfoArray, typeInfoArray2, uninitialized, visit
public SwitchShifter(StackMap smt, int where, int gap)
public int locals(int pos, int offset, int num)
StackMap.Walker
locals
of stack_map_frame
is visited.locals
in class StackMap.Walker