| 程序包 | 说明 |
|---|---|
| org.luaj.vm2 | |
| org.luaj.vm2.lib | |
| org.luaj.vm2.lib.jse |
| 类和说明 |
|---|
| BaseLib
Subclass of
LibFunction which implements the lua basic library functions. |
| DebugLib
Subclass of
LibFunction which implements the lua standard debug
library. |
| DebugLib.CallStack |
| PackageLib
Subclass of
LibFunction which implements the lua standard package and module
library functions. |
| ResourceFinder
Interface for opening application resource files such as scripts sources.
|
| 类和说明 |
|---|
| DebugLib.CallFrame |
| DebugLib.NameWhat |
| IoLib.File |
| LibFunction
Subclass of
LuaFunction common to Java functions exposed to lua. |
| MathLib
Subclass of
LibFunction which implements the lua standard math
library. |
| OneArgFunction
Abstract base class for Java function implementations that take one argument and
return one value.
|
| PackageLib.class_searcher |
| PackageLib.java_searcher |
| PackageLib.lua_searcher |
| PackageLib.module |
| PackageLib.preload_searcher |
| PackageLib.require
require (modname)
Loads the given module.
|
| ResourceFinder
Interface for opening application resource files such as scripts sources.
|
| TwoArgFunction
Abstract base class for Java function implementations that take two arguments and
return one value.
|
| VarArgFunction
Abstract base class for Java function implementations that takes varaiable arguments and
returns multiple return values.
|
| 类和说明 |
|---|
| BaseLib
Subclass of
LibFunction which implements the lua basic library functions. |
| IoLib
Abstract base class extending
LibFunction which implements the
core of the lua standard io library. |
| IoLib.File |
| LibFunction
Subclass of
LuaFunction common to Java functions exposed to lua. |
| MathLib
Subclass of
LibFunction which implements the lua standard math
library. |
| OsLib
Subclass of
LibFunction which implements the standard lua os library. |
| ResourceFinder
Interface for opening application resource files such as scripts sources.
|
| StringLib
Subclass of
LibFunction which implements the lua standard string
library. |
| TwoArgFunction
Abstract base class for Java function implementations that take two arguments and
return one value.
|
| VarArgFunction
Abstract base class for Java function implementations that takes varaiable arguments and
returns multiple return values.
|
Copyright © 2020. All rights reserved.