Package com.prineside.luaj.lib
Class DebugLib.CallStack
java.lang.Object
com.prineside.luaj.lib.DebugLib.CallStack
- All Implemented Interfaces:
com.esotericsoftware.kryo.KryoSerializable
- Enclosing class:
- DebugLib
public static class DebugLib.CallStack
extends Object
implements com.esotericsoftware.kryo.KryoSerializable
-
Field Summary
Fields -
Method Summary
-
Field Details
-
calls
public int calls
-
-
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
-