static class StackMapTable.SwitchShifter extends StackMapTable.Shifter
exclusive, gap, position, updatedInfo, where
info, numOfEntries
Constructor and Description |
---|
SwitchShifter(StackMapTable smt,
int where,
int gap) |
Modifier and Type | Method and Description |
---|---|
(package private) static byte[] |
deleteGap(byte[] info,
int where,
int gap) |
(package private) void |
update(int pos,
int offsetDelta) |
(package private) void |
update(int pos,
int offsetDelta,
int base,
int entry) |
appendFrame, chopFrame, doit, fullFrame, insertGap, sameFrame, sameLocals
objectOrUninitialized, parse, size, stackMapFrames
SwitchShifter(StackMapTable smt, int where, int gap)
void update(int pos, int offsetDelta, int base, int entry)
update
in class StackMapTable.Shifter
static byte[] deleteGap(byte[] info, int where, int gap)
void update(int pos, int offsetDelta)
update
in class StackMapTable.Shifter