| 类 | 说明 |
|---|---|
| Console |
Simple LuaJava console.
|
| CPtr |
An abstraction for a C pointer data type.
|
| JavaFunction |
JavaFunction is a class that can be used to implement a Lua function in Java.
|
| LuaInvocationHandler |
Class that implements the InvocationHandler interface.
|
| LuaJavaAPI |
Class that contains functions accessed by lua.
|
| LuaObject |
This class represents a Lua object of any type.
|
| LuaState |
LuaState if the main class of LuaJava for the Java developer.
|
| LuaStateFactory |
This class is responsible for instantiating new LuaStates.
|
| 异常错误 | 说明 |
|---|---|
| LuaException |
LuaJava exception
|