Package javassist.bytecode
Class StackMapTable.Copier
- java.lang.Object
-
- javassist.bytecode.StackMapTable.Walker
-
- javassist.bytecode.StackMapTable.SimpleCopy
-
- javassist.bytecode.StackMapTable.Copier
-
- Enclosing class:
- StackMapTable
static class StackMapTable.Copier extends StackMapTable.SimpleCopy
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Map
classnames
private ConstPool
destPool
private ConstPool
srcPool
-
Fields inherited from class javassist.bytecode.StackMapTable.Walker
info, numOfEntries
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int[]
copyData(int[] tags, int[] data)
protected int
copyData(int tag, int data)
-
Methods inherited from class javassist.bytecode.StackMapTable.SimpleCopy
appendFrame, chopFrame, doit, fullFrame, sameFrame, sameLocals
-
Methods inherited from class javassist.bytecode.StackMapTable.Walker
objectOrUninitialized, parse, size, stackMapFrames
-
-
-
-
Method Detail
-
copyData
protected int copyData(int tag, int data)
- Overrides:
copyData
in classStackMapTable.SimpleCopy
-
copyData
protected int[] copyData(int[] tags, int[] data)
- Overrides:
copyData
in classStackMapTable.SimpleCopy
-
-