Package javassist.bytecode
Class StackMapTable.NewRemover
java.lang.Object
javassist.bytecode.StackMapTable.Walker
javassist.bytecode.StackMapTable.SimpleCopy
javassist.bytecode.StackMapTable.NewRemover
- Enclosing class:
- StackMapTable
-
Field Summary
FieldsFields inherited from class javassist.bytecode.StackMapTable.Walker
info, numOfEntries -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfullFrame(int pos, int offsetDelta, int[] localTags, int[] localData, int[] stackTags, int[] stackData) Invoked if the visited frame isfull_frame.voidsameLocals(int pos, int offsetDelta, int stackTag, int stackData) Invoked if the visited frame is asame_locals_1_stack_item_frameor asame_locals_1_stack_item_frame_extended.Methods inherited from class javassist.bytecode.StackMapTable.SimpleCopy
appendFrame, chopFrame, copyData, copyData, doit, sameFrameMethods inherited from class javassist.bytecode.StackMapTable.Walker
objectOrUninitialized, parse, size, stackMapFrames
-
Field Details
-
posOfNew
int posOfNew
-
-
Constructor Details
-
NewRemover
public NewRemover(byte[] data, int pos)
-
-
Method Details
-
sameLocals
public void sameLocals(int pos, int offsetDelta, int stackTag, int stackData) Description copied from class:StackMapTable.WalkerInvoked if the visited frame is asame_locals_1_stack_item_frameor asame_locals_1_stack_item_frame_extended.- Overrides:
sameLocalsin classStackMapTable.SimpleCopy- Parameters:
pos- the position.stackTag-stack[0].tag.stackData-stack[0].cpool_indexif the tag isOBJECT, orstack[0].offsetif the tag isUNINIT.
-
fullFrame
public void fullFrame(int pos, int offsetDelta, int[] localTags, int[] localData, int[] stackTags, int[] stackData) Description copied from class:StackMapTable.WalkerInvoked if the visited frame isfull_frame.- Overrides:
fullFramein classStackMapTable.SimpleCopy- Parameters:
pos- the position.localTags-locals[i].taglocalData-locals[i].cpool_indexorlocals[i].offsetstackTags-stack[i].tagstackData-stack[i].cpool_indexorstack[i].offset
-