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 intgapprivate intwhere-
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 intlocals(int pos, int offset, int num)Invoked whenlocalsofstack_map_frameis 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.WalkerInvoked whenlocalsofstack_map_frameis visited.- Overrides:
localsin classStackMap.Walker
-
-