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