Uses of Class
org.luaj.vm2.LuaFunction

Packages that use LuaFunction
org.luaj.vm2   
org.luaj.vm2.compiler   
 

Uses of LuaFunction in org.luaj.vm2
 

Subclasses of LuaFunction in org.luaj.vm2
 class LuaClosure
           
 

Fields in org.luaj.vm2 declared as LuaFunction
 LuaFunction[] LuaThread.callstack
           
 

Methods in org.luaj.vm2 that return LuaFunction
static LuaFunction LuaThread.getCallstackFunction(int level)
          Get the function called as a specific location on the stack.
static LuaFunction LoadState.load(java.io.InputStream stream, java.lang.String name, LuaValue env)
           
 LuaFunction LoadState.LuaCompiler.load(int firstByte, java.io.InputStream stream, java.lang.String name, LuaValue env)
          Load into a Closure or LuaFunction, with the supplied initial environment
 LuaFunction LoadState.LuaCompiler.load(Prototype p, java.lang.String filename, LuaValue env)
          Load into a LuaFunction given a prototype.
 LuaFunction Varargs.optfunction(int i, LuaFunction defval)
           
 LuaFunction LuaFunction.optfunction(LuaFunction defval)
           
 LuaFunction LuaNil.optfunction(LuaFunction defval)
           
 LuaFunction LuaValue.optfunction(LuaFunction defval)
           
 

Methods in org.luaj.vm2 with parameters of type LuaFunction
static void LuaThread.onCall(LuaFunction function)
           
 LuaFunction Varargs.optfunction(int i, LuaFunction defval)
           
 LuaFunction LuaFunction.optfunction(LuaFunction defval)
           
 LuaFunction LuaNil.optfunction(LuaFunction defval)
           
 LuaFunction LuaValue.optfunction(LuaFunction defval)
           
 

Uses of LuaFunction in org.luaj.vm2.compiler
 

Methods in org.luaj.vm2.compiler that return LuaFunction
static LuaFunction LuaC.load(java.io.InputStream is, java.lang.String name, LuaValue env)
          Load into a Closure or LuaFunction, with the supplied initial environment
 LuaFunction LuaC.load(int firstByte, java.io.InputStream stream, java.lang.String name, LuaValue env)
          Load into a Closure or LuaFunction, with the supplied initial environment
 LuaFunction LuaC.load(Prototype p, java.lang.String filename, LuaValue env)
           
 



Copyright © 2007-2013 Luaj.org. All Rights Reserved.