Uses of Class
org.luaj.vm2.lib.TwoArgFunction

Packages that use TwoArgFunction
org.luaj.vm2.lib   
org.luaj.vm2.lib.jme   
org.luaj.vm2.lib.jse   
 

Uses of TwoArgFunction in org.luaj.vm2.lib
 

Subclasses of TwoArgFunction in org.luaj.vm2.lib
 class BaseLib
          Subclass of LibFunction which implements the lua basic library functions.
 class Bit32Lib
          Subclass of LibFunction that implements the Lua standard bit32 library.
 class CoroutineLib
          Subclass of LibFunction which implements the lua standard coroutine library.
 class DebugLib
          Subclass of LibFunction which implements the lua standard debug library.
 class IoLib
          Abstract base class extending LibFunction which implements the core of the lua standard io library.
 class MathLib
          Subclass of LibFunction which implements the lua standard math library.
protected static class MathLib.BinaryOp
           
 class OsLib
          Subclass of LibFunction which implements the standard lua os library.
 class PackageLib
          Subclass of LibFunction which implements the lua standard package and module library functions.
 class StringLib
          Subclass of LibFunction which implements the lua standard string library.
 class TableLib
          Subclass of LibFunction which implements the lua standard table library.
 

Uses of TwoArgFunction in org.luaj.vm2.lib.jme
 

Subclasses of TwoArgFunction in org.luaj.vm2.lib.jme
 class JmeIoLib
          Subclass of IoLib and therefore LibFunction which implements the lua standard io library for the JSE platform.
 

Uses of TwoArgFunction in org.luaj.vm2.lib.jse
 

Subclasses of TwoArgFunction in org.luaj.vm2.lib.jse
 class JseBaseLib
          Subclass of BaseLib and LibFunction which implements the lua basic library functions and provides a directory based ResourceFinder as the Globals.finder.
 class JseIoLib
          Subclass of IoLib and therefore LibFunction which implements the lua standard io library for the JSE platform.
 class JseMathLib
          Subclass of LibFunction which implements the lua standard math library.
 class JseOsLib
          Subclass of LibFunction which implements the standard lua os library.
 



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