Uses of Package
com.prineside.luaj.lib
Packages that use com.prineside.luaj.lib
Package
Description
Lua VM, only works in an interpreted mode, which allows it to support iOS.
- 
Classes in com.prineside.luaj.lib used by com.prineside.luajClassDescriptionSubclass of
LibFunctionwhich implements the lua basic library functions.Subclass ofLibFunctionwhich implements the lua standard package and module library functions.Interface for opening application resource files such as scripts sources. - 
Classes in com.prineside.luaj.lib used by com.prineside.luaj.libClassDescriptionAbstract base class extending
LibFunctionwhich implements the core of the lua standardiolibrary.Subclass ofLuaFunctioncommon to Java functions exposed to lua.Subclass ofLibFunctionwhich implements the lua standardmathlibrary.Abstract base class for Java function implementations that take one argument and return one value.Subclass ofLibFunctionwhich implements the standard luaoslibrary.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. - 
Classes in com.prineside.luaj.lib used by com.prineside.luaj.lib.jseClassDescriptionSubclass of
LibFunctionwhich implements the lua basic library functions.Abstract base class extendingLibFunctionwhich implements the core of the lua standardiolibrary.Subclass ofLuaFunctioncommon to Java functions exposed to lua.Subclass ofLibFunctionwhich implements the lua standardmathlibrary.Abstract base class for Java function implementations that take one argument and return one value.Subclass ofLibFunctionwhich implements the standard luaoslibrary.Interface for opening application resource files such as scripts sources.Subclass ofLibFunctionwhich implements the lua standardstringlibrary.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.