|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LuaFunction | |
|---|---|
| org.luaj.vm2 | |
| org.luaj.vm2.compiler | |
| org.luaj.vm2.luajc | |
| Uses of LuaFunction in org.luaj.vm2 |
|---|
| Subclasses of LuaFunction in org.luaj.vm2 | |
|---|---|
class |
LuaClosure
Extension of LuaFunction which executes lua bytecode. |
| Methods in org.luaj.vm2 that return LuaFunction | |
|---|---|
LuaFunction |
LuaFunction.checkfunction()
|
LuaFunction |
LuaValue.checkfunction()
Check that the value is a function , or throw LuaError if not |
LuaFunction |
Varargs.checkfunction(int i)
Return argument i as a function, or throw an error if an incompatible type. |
LuaFunction |
Globals.Loader.load(Prototype prototype,
java.lang.String chunkname,
LuaValue env)
Convert the prototype into a LuaFunction with the supplied environment. |
LuaFunction |
Varargs.optfunction(int i,
LuaFunction defval)
Return argument i as a function, defval if nil, or throw a LuaError if an incompatible type. |
LuaFunction |
LuaFunction.optfunction(LuaFunction defval)
|
LuaFunction |
LuaNil.optfunction(LuaFunction defval)
|
LuaFunction |
LuaValue.optfunction(LuaFunction defval)
Check that optional argument is a function and return as LuaFunction |
| Methods in org.luaj.vm2 with parameters of type LuaFunction | |
|---|---|
LuaFunction |
Varargs.optfunction(int i,
LuaFunction defval)
Return argument i as a function, defval if nil, or throw a LuaError if an incompatible type. |
LuaFunction |
LuaFunction.optfunction(LuaFunction defval)
|
LuaFunction |
LuaNil.optfunction(LuaFunction defval)
|
LuaFunction |
LuaValue.optfunction(LuaFunction defval)
Check that optional argument is a function and return as LuaFunction |
| Uses of LuaFunction in org.luaj.vm2.compiler |
|---|
| Methods in org.luaj.vm2.compiler that return LuaFunction | |
|---|---|
LuaFunction |
LuaC.load(Prototype prototype,
java.lang.String chunkname,
LuaValue env)
|
| Uses of LuaFunction in org.luaj.vm2.luajc |
|---|
| Methods in org.luaj.vm2.luajc that return LuaFunction | |
|---|---|
LuaFunction |
LuaJC.load(Prototype p,
java.lang.String name,
LuaValue globals)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||