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 intvarDataprivate intvarIndexprivate intvarTag-
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 inttypeInfoArray(int pos, int offset, int num, boolean isLocals)Invoked when an array ofverification_type_infois visited.private voidwriteVarTypeInfo()-
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.WalkerInvoked when an array ofverification_type_infois visited.- Overrides:
typeInfoArrayin classStackMap.SimpleCopynum- the number of elements.isLocals- true if this array is forlocals. false if it is forstack.
-
writeVarTypeInfo
private void writeVarTypeInfo()
-
-