static class StackMap.InsertLocal extends StackMap.SimpleCopy
Modifier and Type | Field and Description |
---|---|
private int |
varData |
private int |
varIndex |
private int |
varTag |
writer
info
Constructor and Description |
---|
InsertLocal(StackMap map,
int varIndex,
int varTag,
int varData) |
Modifier and Type | Method and Description |
---|---|
int |
typeInfoArray(int pos,
int offset,
int num,
boolean isLocals)
Invoked when an array of
verification_type_info is
visited. |
private void |
writeVarTypeInfo() |
doit, locals, objectVariable, typeInfo, uninitialized, visit
stack, typeInfoArray2
InsertLocal(StackMap map, int varIndex, int varTag, int varData)
public int typeInfoArray(int pos, int offset, int num, boolean isLocals)
StackMap.Walker
verification_type_info
is
visited.typeInfoArray
in class StackMap.SimpleCopy
num
- the number of elements.isLocals
- true if this array is for locals
.
false if it is for stack
.private void writeVarTypeInfo()