Package javassist.bytecode
Class StackMap.SwitchShifter
- java.lang.Object
-
- javassist.bytecode.StackMap.Walker
-
- javassist.bytecode.StackMap.SwitchShifter
-
- Enclosing class:
- StackMap
static class StackMap.SwitchShifter extends StackMap.Walker
-
-
Field Summary
Fields Modifier and Type Field Description private int
gap
private int
where
-
Fields inherited from class javassist.bytecode.StackMap.Walker
info
-
-
Constructor Summary
Constructors Constructor Description SwitchShifter(StackMap smt, int where, int gap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
locals(int pos, int offset, int num)
Invoked whenlocals
ofstack_map_frame
is visited.-
Methods inherited from class javassist.bytecode.StackMap.Walker
objectVariable, stack, typeInfo, typeInfoArray, typeInfoArray2, uninitialized, visit
-
-
-
-
Constructor Detail
-
SwitchShifter
public SwitchShifter(StackMap smt, int where, int gap)
-
-
Method Detail
-
locals
public int locals(int pos, int offset, int num)
Description copied from class:StackMap.Walker
Invoked whenlocals
ofstack_map_frame
is visited.- Overrides:
locals
in classStackMap.Walker
-
-