Package javassist.bytecode
Class StackMap.InsertLocal
- java.lang.Object
-
- javassist.bytecode.StackMap.Walker
-
- javassist.bytecode.StackMap.SimpleCopy
-
- javassist.bytecode.StackMap.InsertLocal
-
- Enclosing class:
- StackMap
static class StackMap.InsertLocal extends StackMap.SimpleCopy
-
-
Field Summary
Fields Modifier and Type Field Description private int
varData
private int
varIndex
private int
varTag
-
Fields inherited from class javassist.bytecode.StackMap.SimpleCopy
writer
-
Fields inherited from class javassist.bytecode.StackMap.Walker
info
-
-
Constructor Summary
Constructors Constructor Description InsertLocal(StackMap map, int varIndex, int varTag, int varData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
typeInfoArray(int pos, int offset, int num, boolean isLocals)
Invoked when an array ofverification_type_info
is visited.private void
writeVarTypeInfo()
-
Methods inherited from class javassist.bytecode.StackMap.SimpleCopy
doit, locals, objectVariable, typeInfo, uninitialized, visit
-
Methods inherited from class javassist.bytecode.StackMap.Walker
stack, typeInfoArray2
-
-
-
-
Constructor Detail
-
InsertLocal
InsertLocal(StackMap map, int varIndex, int varTag, int varData)
-
-
Method Detail
-
typeInfoArray
public int typeInfoArray(int pos, int offset, int num, boolean isLocals)
Description copied from class:StackMap.Walker
Invoked when an array ofverification_type_info
is visited.- Overrides:
typeInfoArray
in classStackMap.SimpleCopy
num
- the number of elements.isLocals
- true if this array is forlocals
. false if it is forstack
.
-
writeVarTypeInfo
private void writeVarTypeInfo()
-
-