Uses of Package
com.prineside.luaj.lib
Package
Description
Lua VM, only works in an interpreted mode, which allows it to support iOS.
-
ClassDescriptionSubclass of
LibFunction
which implements the lua basic library functions.Subclass ofLibFunction
which implements the lua standard package and module library functions.Interface for opening application resource files such as scripts sources. -
ClassDescriptionAbstract base class extending
LibFunction
which implements the core of the lua standardio
library.Subclass ofLuaFunction
common to Java functions exposed to lua.Subclass ofLibFunction
which implements the lua standardmath
library.Abstract base class for Java function implementations that take one argument and return one value.Subclass ofLibFunction
which implements the standard luaos
library.Called second Calls _G.package.searchpath(name, _G.package.path) and then globals.loadfile() if foundCalled first Searches in preloaded packages (_G.package.preload table)Interface for opening application resource files such as scripts sources.Abstract base class for Java function implementations that take two arguments and return one value.Abstract base class for Java function implementations that takes varaiable arguments and returns multiple return values. -
ClassDescriptionSubclass of
LibFunction
which implements the lua basic library functions.Abstract base class extendingLibFunction
which implements the core of the lua standardio
library.Subclass ofLuaFunction
common to Java functions exposed to lua.Subclass ofLibFunction
which implements the lua standardmath
library.Abstract base class for Java function implementations that take one argument and return one value.Subclass ofLibFunction
which implements the standard luaos
library.Interface for opening application resource files such as scripts sources.Subclass ofLibFunction
which implements the lua standardstring
library.Abstract base class for Java function implementations that take two arguments and return one value.Abstract base class for Java function implementations that takes varaiable arguments and returns multiple return values.