|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.luaj.vm.LPrototype
public class LPrototype
| Field Summary | |
|---|---|
int[] |
code
|
int |
is_vararg
|
LValue[] |
k
|
int |
lastlinedefined
|
int |
linedefined
|
int[] |
lineinfo
|
LocVars[] |
locvars
|
int |
maxstacksize
|
int |
numparams
|
int |
nups
|
LPrototype[] |
p
|
LString |
source
|
LString[] |
upvalues
|
| Constructor Summary | |
|---|---|
LPrototype()
|
|
| Method Summary | |
|---|---|
LString |
getlocalname(int number,
int pc)
Get the name of a local variable. |
LClosure |
newClosure(LTable env)
|
java.lang.String |
sourceshort()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public LValue[] k
public int[] code
public LPrototype[] p
public int[] lineinfo
public LocVars[] locvars
public LString[] upvalues
public LString source
public int nups
public int linedefined
public int lastlinedefined
public int numparams
public int is_vararg
public int maxstacksize
| Constructor Detail |
|---|
public LPrototype()
| Method Detail |
|---|
public LClosure newClosure(LTable env)
public LString getlocalname(int number,
int pc)
number - the local variable number to look uppc - the program counter
public java.lang.String sourceshort()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||