Uses of Class
com.prineside.luaj.Prototype
Packages that use Prototype
Package
Description
Lua VM, only works in an interpreted mode, which allows it to support iOS.
-
Uses of Prototype in com.prineside.luaj
Fields in com.prineside.luaj declared as PrototypeMethods in com.prineside.luaj that return PrototypeModifier and TypeMethodDescriptionGlobals.Compiler.compile
(InputStream stream, String chunkname) Compile lua source into a Prototype.Globals.compilePrototype
(InputStream stream, String chunkname) Compile lua source from an InputStream into a Prototype.Globals.compilePrototype
(Reader reader, String chunkname) Compile lua source from a Reader into a Prototype.LoadState.loadFunction
(LuaString p) Load a function prototype from the input streamGlobals.loadPrototype
(InputStream is, String chunkname, String mode) Load lua source or lua binary from an input stream into a Prototype.Globals.Undumper.undump
(InputStream stream, String chunkname) Load the supplied input stream into a prototype.LoadState.GlobalsUndumper.undump
(InputStream stream, String chunkname) static Prototype
LoadState.undump
(InputStream stream, String chunkname) Load input stream as a lua binary chunk if the first 4 bytes are the lua binary signature.Methods in com.prineside.luaj with parameters of type PrototypeModifier and TypeMethodDescriptionConvert the prototype into a LuaFunction with the supplied environment. -
Uses of Prototype in com.prineside.luaj.compiler
Methods in com.prineside.luaj.compiler that return PrototypeModifier and TypeMethodDescriptionLuaC.compile
(InputStream stream, String chunkname) Compile lua source into a Prototype.Methods in com.prineside.luaj.compiler with parameters of type PrototypeModifier and TypeMethodDescription