public class CompileContext
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
localCount |
private int |
localMax |
private MethodVisitor |
mv |
private int |
sourceLine |
private int |
stackCount |
private int |
stackMax |
Constructor and Description |
---|
CompileContext(MethodVisitor mv) |
Modifier and Type | Method and Description |
---|---|
void |
addLocalCount(int count) |
void |
addStackCount(int count) |
int |
getLocalCount() |
int |
getLocalMax() |
int |
getSourceLine() |
int |
getStackCount() |
int |
getStackMax() |
void |
notifySourceEnd() |
void |
notifySourceLine(int line) |
private int sourceLine
private int stackCount
private int stackMax
private int localCount
private int localMax
private MethodVisitor mv
public int getSourceLine()
public int getStackCount()
public int getLocalCount()
public int getStackMax()
public int getLocalMax()
public void addStackCount(int count)
public void addLocalCount(int count)
public void notifySourceLine(int line)
public void notifySourceEnd()