Package com.prineside.luaj
Class LocVars
java.lang.Object
com.prineside.luaj.LocVars
- All Implemented Interfaces:
 KryoSerializable
Data class to hold debug information relating to local variables for a 
Prototype- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
varname
The local variable name - 
startpc
public int startpcThe instruction offset when the variable comes into scope - 
endpc
public int endpcThe instruction offset when the variable goes out of scope 
 - 
 - 
Constructor Details
- 
LocVars
Construct a LocVars instance.- Parameters:
 varname- The local variable namestartpc- The instruction offset when the variable comes into scopeendpc- The instruction offset when the variable goes out of scope
 
 - 
 - 
Method Details
- 
write
- Specified by:
 writein interfaceKryoSerializable
 - 
read
- Specified by:
 readin interfaceKryoSerializable
 - 
tojstring
 
 -