static class StackMap.Printer extends StackMap.Walker
Modifier and Type | Field and Description |
---|---|
private java.io.PrintWriter |
writer |
info
Constructor and Description |
---|
Printer(StackMap map,
java.io.PrintWriter out) |
Modifier and Type | Method and Description |
---|---|
int |
locals(int pos,
int offset,
int num)
Invoked when
locals of stack_map_frame
is visited. |
void |
print() |
objectVariable, stack, typeInfo, typeInfoArray, typeInfoArray2, uninitialized, visit
public Printer(StackMap map, java.io.PrintWriter out)
public void print()
public int locals(int pos, int offset, int num)
StackMap.Walker
locals
of stack_map_frame
is visited.locals
in class StackMap.Walker