Uses of Class
org.luaj.vm.LPrototype

Packages that use LPrototype
org.luaj.compiler   
org.luaj.vm   
 

Uses of LPrototype in org.luaj.compiler
 

Methods in org.luaj.compiler that return LPrototype
static LPrototype LuaC.compile(java.io.InputStream is, java.lang.String string)
          Utility method to invoke the compiler for an input stream
 LPrototype LuaC.compile(int firstByte, java.io.InputStream stream, java.lang.String name)
          Compile source bytes into a LPrototype.
 

Uses of LPrototype in org.luaj.vm
 

Fields in org.luaj.vm declared as LPrototype
 LPrototype LClosure.p
           
 LPrototype[] LPrototype.p
           
 

Methods in org.luaj.vm that return LPrototype
 LPrototype LoadState.LuaCompiler.compile(int firstByte, java.io.InputStream stream, java.lang.String name)
           
 LPrototype LoadState.loadFunction(LString p)
           
static LPrototype LoadState.undump(LuaState L, java.io.InputStream stream, java.lang.String name)
           
 

Methods in org.luaj.vm with parameters of type LPrototype
static void Print.printCode(LPrototype f)
           
 void Print.printFunction(LPrototype f, boolean full)
           
static void Print.printOpCode(LPrototype f, int pc)
           
static void Print.printOpCode(java.io.PrintStream ps, LPrototype f, int pc)
           
 

Constructors in org.luaj.vm with parameters of type LPrototype
LClosure(LPrototype p, LTable env)
          Construct using a prototype and initial environment.
 



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