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, visitpublic Shifter(StackMap smt, int where, int gap, boolean exclusive)
public int locals(int pos,
int offset,
int num)
StackMap.Walkerlocals of stack_map_frame
is visited.locals in class StackMap.Walkerpublic void uninitialized(int pos,
int offset)
StackMap.WalkerUninitialized_variable_info
is visited.uninitialized in class StackMap.Walker