|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.luaj.vm2.LocVars
public class LocVars
Data class to hold debug information relatign to local variables for a Prototype
Field Summary | |
---|---|
int |
endpc
The instruction offset when the variable goes out of scope |
int |
startpc
The instruction offset when the variable comes into scope |
LuaString |
varname
The local variable name |
Constructor Summary | |
---|---|
LocVars(LuaString varname,
int startpc,
int endpc)
Construct a LocVars instance. |
Method Summary | |
---|---|
java.lang.String |
tojstring()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public LuaString varname
public int startpc
public int endpc
Constructor Detail |
---|
public LocVars(LuaString varname, int startpc, int endpc)
varname
- The local variable namestartpc
- The instruction offset when the variable comes into scopeendpc
- The instruction offset when the variable goes out of scopeMethod Detail |
---|
public java.lang.String tojstring()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |