Uses of Class
org.luaj.vm.LClosure

Packages that use LClosure
org.luaj.vm   
 

Uses of LClosure in org.luaj.vm
 

Fields in org.luaj.vm declared as LClosure
 LClosure CallInfo.closure
           
 

Methods in org.luaj.vm that return LClosure
 LClosure LPrototype.newClosure(LTable env)
           
 

Methods in org.luaj.vm with parameters of type LClosure
 void LuaState.doCall(LClosure c, LValue[] args)
          Put the closure on the stack with arguments, then perform the call.
static void Print.printState(LuaState state, int base, int top, int max, LClosure cl, int pc)
           
 



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