|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.compile(java.io.InputStream stream,
java.lang.String name)
|
Prototype |
LoadState.LuaCompiler.compile(int firstByte,
java.io.InputStream stream,
java.lang.String name)
Compile into a prototype, without taking the additional step of create a LuaFunction or LuaClosure |
Prototype |
LoadState.loadFunction(LuaString p)
|
| Methods in org.luaj.vm2 with parameters of type Prototype | |
|---|---|
LuaFunction |
LoadState.LuaCompiler.load(Prototype p,
java.lang.String filename,
LuaValue env)
Load into a LuaFunction given a prototype. |
static void |
Print.print(Prototype p)
|
static void |
Print.printCode(Prototype f)
|
static void |
Print.printFunction(Prototype f,
boolean full)
|
static void |
Print.printOpCode(java.io.PrintStream ps,
Prototype f,
int pc)
|
static void |
Print.printOpCode(Prototype f,
int pc)
|
| Constructors in org.luaj.vm2 with parameters of type Prototype | |
|---|---|
LuaClosure(Prototype p,
LuaValue env)
Supply the initial 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 is,
java.lang.String name)
Utility method to invoke the compiler for an input stream |
Prototype |
LuaC.compile(int firstByte,
java.io.InputStream stream,
java.lang.String name)
Compile source bytes into a LPrototype. |
| Methods in org.luaj.vm2.compiler with parameters of type Prototype | |
|---|---|
LuaFunction |
LuaC.load(Prototype p,
java.lang.String filename,
LuaValue env)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||