Package com.prineside.luaj
Class LocVars
java.lang.Object
com.prineside.luaj.LocVars
- All Implemented Interfaces:
com.esotericsoftware.kryo.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
public void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output) - Specified by:
write
in interfacecom.esotericsoftware.kryo.KryoSerializable
-
read
public void read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input) - Specified by:
read
in interfacecom.esotericsoftware.kryo.KryoSerializable
-
tojstring
-