Uses of Package
com.prineside.luaj
Packages that use com.prineside.luaj
Package
Description
Lua VM, only works in an interpreted mode, which allows it to support iOS.
-
Classes in com.prineside.luaj used by com.prineside.luajClassDescriptionString buffer for use in string library methods, optimized for production of StrValue instances.A "baked" or fixed prototype definition, stores immutable data and everything is final for performance.Global environment used by luaj.Interface for module that converts lua source text into a prototype.Interface for module that converts a Prototype into a LuaFunction with an environment.Interface for module that loads lua binary chunk into a prototype.Data class to hold debug information relating to local variables for a
Prototype
Constants for lua limits and opcodes.Extension ofLuaValue
which can hold a Java boolean as its value.RuntimeException that is thrown and caught in response to a lua error.Base class for functions implemented in Java.Class to encapsulate behavior of the singleton instancenil
Subclass ofLuaValue
for representing lua strings.Subclass ofLuaValue
for representing lua tables.Entry class used with numeric values, but only when the key is not an integer.Represents a slot in the hash table.Varargs implemenation with no values.Prototype representing compiled lua code.Class to encapsulate varargs values, either as part of a variable argument list, or multiple return values.Internal class to implement weak values. -
Classes in com.prineside.luaj used by com.prineside.luaj.ast
-
Classes in com.prineside.luaj used by com.prineside.luaj.compilerClassDescriptionA "baked" or fixed prototype definition, stores immutable data and everything is final for performance.Global environment used by luaj.Interface for module that converts lua source text into a prototype.Interface for module that converts a Prototype into a LuaFunction with an environment.Constants for lua limits and opcodes.Base class for functions implemented in Java.Prototype representing compiled lua code.
-
Classes in com.prineside.luaj used by com.prineside.luaj.debugClassDescriptionA "baked" or fixed prototype definition, stores immutable data and everything is final for performance.Base class for functions implemented in Java.Class to encapsulate varargs values, either as part of a variable argument list, or multiple return values.
-
Classes in com.prineside.luaj used by com.prineside.luaj.libClassDescriptionBase class for functions implemented in Java.Subclass of
LuaValue
for representing lua tables.Class to encapsulate varargs values, either as part of a variable argument list, or multiple return values. -
Classes in com.prineside.luaj used by com.prineside.luaj.lib.jse
-
Classes in com.prineside.luaj used by com.prineside.luaj.parser
-
Classes in com.prineside.luaj used by com.prineside.tdi2.managers
-
Classes in com.prineside.luaj used by com.prineside.tdi2.managers.scriptClassDescriptionGlobal environment used by luaj.RuntimeException that is thrown and caught in response to a lua error.Subclass of
LuaValue
for representing lua tables.Class to encapsulate varargs values, either as part of a variable argument list, or multiple return values. -
Classes in com.prineside.luaj used by com.prineside.tdi2.utils