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