Package zombie.Lua
Class LuaBackendClass
java.lang.Object
zombie.Lua.LuaBackendClass
- All Implemented Interfaces:
KahluaTable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleancallBool(String string, Object object, Object object2, Object object3, Object object4, Object object5) floatfloatfloatfloatfloatfloatcallFloat(String string, Object object, Object object2, Object object3, Object object4, Object object5) intintintintintintcallInt(String string, Object object, Object object2, Object object3, Object object4, Object object5) voidvoidvoidvoidvoidvoidcallVoid(String string, Object object, Object object2, Object object3, Object object4, Object object5) booleanisEmpty()iterator()intlen()voidload(DataInputStream dataInputStream, int int1) voidload(ByteBuffer byteBuffer, int int1) rawget(int int1) voidvoidvoidsave(DataOutputStream dataOutputStream) voidsave(ByteBuffer byteBuffer) voidsetMetatable(KahluaTable kahluaTable) intsize()voidwipe()
-
Constructor Details
-
LuaBackendClass
-
-
Method Details
-
getString
- Specified by:
getStringin interfaceKahluaTable
-
callVoid
-
callVoid
-
callVoid
-
callVoid
-
callVoid
-
callVoid
-
call
-
call
-
call
-
call
-
call
-
call
-
callInt
-
callInt
-
callInt
-
callInt
-
callInt
-
callInt
-
callFloat
-
callFloat
-
callFloat
-
callFloat
-
callFloat
-
callFloat
-
callBool
-
callBool
-
callBool
-
callBool
-
callBool
-
callBool
-
setMetatable
- Specified by:
setMetatablein interfaceKahluaTable
-
getMetatable
- Specified by:
getMetatablein interfaceKahluaTable
-
rawset
- Specified by:
rawsetin interfaceKahluaTable
-
rawget
- Specified by:
rawgetin interfaceKahluaTable
-
rawset
- Specified by:
rawsetin interfaceKahluaTable
-
rawget
- Specified by:
rawgetin interfaceKahluaTable
-
len
public int len()- Specified by:
lenin interfaceKahluaTable
-
size
public int size()- Specified by:
sizein interfaceKahluaTable
-
iterator
- Specified by:
iteratorin interfaceKahluaTable
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceKahluaTable
-
wipe
public void wipe()- Specified by:
wipein interfaceKahluaTable
-
save
- Specified by:
savein interfaceKahluaTable- Throws:
IOException
-
load
- Specified by:
loadin interfaceKahluaTable- Throws:
IOException
-
save
- Specified by:
savein interfaceKahluaTable- Throws:
IOException
-
load
- Specified by:
loadin interfaceKahluaTable- Throws:
IOException
-