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