Uses of Interface
org.luaj.vm2.LoadState.LuaCompiler

Packages that use LoadState.LuaCompiler
org.luaj.vm2   
org.luaj.vm2.compiler   
org.luaj.vm2.luajc   
 

Uses of LoadState.LuaCompiler in org.luaj.vm2
 

Fields in org.luaj.vm2 declared as LoadState.LuaCompiler
static LoadState.LuaCompiler LoadState.compiler
          Compiler instance, if installed
 

Uses of LoadState.LuaCompiler in org.luaj.vm2.compiler
 

Classes in org.luaj.vm2.compiler that implement LoadState.LuaCompiler
 class LuaC
          Compiler for Lua.
 

Uses of LoadState.LuaCompiler in org.luaj.vm2.luajc
 

Classes in org.luaj.vm2.luajc that implement LoadState.LuaCompiler
 class LuaJC
          Implementation of LoadState.LuaCompiler which does direct lua-to-java-bytecode compiling.
 



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