Package com.prineside.luaj.debug
Class CallFrame
java.lang.Object
com.prineside.luaj.debug.CallFrame
- All Implemented Interfaces:
KryoSerializable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
static int
findsetreg
(FPrototype p, int lastpc, int reg) static NameWhat
getfuncname
(CallFrame frame) static NameWhat
getobjname
(FPrototype p, int lastpc, int reg) static String
kname
(FPrototype p, int pc, int c) void
void
-
Field Details
-
f
-
pc
public int pc
-
-
Constructor Details
-
CallFrame
public CallFrame()
-
-
Method Details
-
write
- Specified by:
write
in interfaceKryoSerializable
-
read
- Specified by:
read
in interfaceKryoSerializable
-
shortsource
-
currentline
public int currentline() -
getfuncname
-
getobjname
-
kname
-
findsetreg
-