Package javassist.bytecode
Class StackMapTable.SwitchShifter
java.lang.Object
javassist.bytecode.StackMapTable.Walker
javassist.bytecode.StackMapTable.Shifter
javassist.bytecode.StackMapTable.SwitchShifter
- Enclosing class:
StackMapTable
-
Field Summary
Fields inherited from class javassist.bytecode.StackMapTable.Shifter
exclusive, gap, position, updatedInfo, where
Fields inherited from class javassist.bytecode.StackMapTable.Walker
info, numOfEntries
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javassist.bytecode.StackMapTable.Shifter
appendFrame, chopFrame, doit, fullFrame, insertGap, sameFrame, sameLocals
Methods inherited from class javassist.bytecode.StackMapTable.Walker
objectOrUninitialized, parse, size, stackMapFrames
-
Constructor Details
-
SwitchShifter
SwitchShifter(StackMapTable smt, int where, int gap)
-
-
Method Details
-
update
void update(int pos, int offsetDelta, int base, int entry) - Overrides:
update
in classStackMapTable.Shifter
-
deleteGap
static byte[] deleteGap(byte[] info, int where, int gap) -
update
void update(int pos, int offsetDelta) - Overrides:
update
in classStackMapTable.Shifter
-