| 接口 | 说明 |
|---|---|
| Indexer<T> |
To index a list or map
|
| IteratorFactory<T> |
Generate an iterator for given type
|
| ListIndexer<T> |
To index a list
|
| ListIterator |
Special iterator for list-like object
|
| LuaFunction |
Mapping for lua functions.
|
| MapIterator |
To iterate over a list or map
|
| TableConverter<T> |
For converting a table to given type
|
| 类 | 说明 |
|---|---|
| ClassBuilder |
For building a class
|
| ScriptContext |
For running a lua context
|
| ScriptContext.CompiledScript |
A compiled script for future call
|
| 异常错误 | 说明 |
|---|---|
| LuaException |
General exception type for lua code
|