|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.luaj.vm.CallInfo
public class CallInfo
| Field Summary | |
|---|---|
int |
base
|
LClosure |
closure
|
int |
nresults
|
int |
pc
|
int |
resultbase
|
int |
top
|
| Constructor Summary | |
|---|---|
CallInfo(LClosure c,
int base,
int top,
int resultoff,
int nresults)
|
|
| Method Summary | |
|---|---|
LFunction |
currentfunc(LuaState vm)
|
int |
currentfunca(LuaState vm)
|
int |
currentline()
|
int |
currentpc()
Get current program counter or instruction being executed now. |
boolean |
isLua()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public LClosure closure
public int base
public int top
public int pc
public int resultbase
public int nresults
| Constructor Detail |
|---|
public CallInfo(LClosure c,
int base,
int top,
int resultoff,
int nresults)
| Method Detail |
|---|
public boolean isLua()
public int currentline()
public LFunction currentfunc(LuaState vm)
vm -
public int currentfunca(LuaState vm)
vm -
public int currentpc()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||