static class StackMap.InsertLocal extends StackMap.SimpleCopy
| Modifier and Type | Field and Description |
|---|---|
private int |
varData |
private int |
varIndex |
private int |
varTag |
writerinfo| 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, visitstack, typeInfoArray2InsertLocal(StackMap map, int varIndex, int varTag, int varData)
public int typeInfoArray(int pos,
int offset,
int num,
boolean isLocals)
StackMap.Walkerverification_type_info is
visited.typeInfoArray in class StackMap.SimpleCopynum - the number of elements.isLocals - true if this array is for locals.
false if it is for stack.private void writeVarTypeInfo()