Uses of Class
org.luaj.vm2.Prototype

Packages that use Prototype
org.luaj.vm2   
org.luaj.vm2.compiler   
 

Uses of Prototype in org.luaj.vm2
 

Fields in org.luaj.vm2 declared as Prototype
 Prototype LuaClosure.p
           
 Prototype[] Prototype.p
           
 

Methods in org.luaj.vm2 that return Prototype
static Prototype LoadState.loadBinaryChunk(int firstByte, java.io.InputStream stream, java.lang.String name)
          Load lua thought to be a binary chunk from its first byte from an input stream.
 Prototype LoadState.loadFunction(LuaString p)
          Load a function prototype from the input stream
 

Methods in org.luaj.vm2 with parameters of type Prototype
static void Print.print(Prototype p)
           
static void Print.printCode(Prototype f)
          Print the code in a prototype
static void Print.printFunction(Prototype f, boolean full)
           
static void Print.printOpCode(java.io.PrintStream ps, Prototype f, int pc)
          Print an opcode in a prototype
static void Print.printOpCode(Prototype f, int pc)
          Print an opcode in a prototype
 

Constructors in org.luaj.vm2 with parameters of type Prototype
LuaClosure(Prototype p, LuaValue env)
          Create a closure around a Prototype with a specific environment.
 

Uses of Prototype in org.luaj.vm2.compiler
 

Methods in org.luaj.vm2.compiler that return Prototype
static Prototype LuaC.compile(java.io.InputStream stream, java.lang.String name)
          Compile a prototype or load as a binary chunk
 

Methods in org.luaj.vm2.compiler with parameters of type Prototype
 LuaFunction LuaC.load(Prototype p, java.lang.String filename, LuaValue env)
           
 



Copyright © 2007-2013 Luaj.org. All Rights Reserved.