Uses of Class
jaxx.compiler.JAXXEngine

Packages that use JAXXEngine
jaxx.compiler   
 

Uses of JAXXEngine in jaxx.compiler
 

Fields in jaxx.compiler declared as JAXXEngine
protected  JAXXEngine JAXXCompiler.engine
          engine which references this compiler (can be null if compiler is standalone)
protected static JAXXEngine JAXXEngine.singleton
          shared instance of unique launchor at a givne time.
 

Methods in jaxx.compiler that return JAXXEngine
static JAXXEngine JAXXEngine.get()
           
 JAXXEngine JAXXCompiler.getEngine()
           
static JAXXEngine JAXXEngine.newLaunchor()
          Create a new empty launchor and set it as current launchor accessible via method get()
static JAXXEngine JAXXEngine.newLaunchor(File[] files, String[] classNames, CompilerConfiguration configuration)
          Create a new launchor and set it as current launchor accessible via method get().
static JAXXEngine JAXXEngine.newLaunchor(File base, String[] relativePaths, CompilerConfiguration configuration)
          Create a new launchor and set it as current launchor accessible via method get().
 

Methods in jaxx.compiler with parameters of type JAXXEngine
abstract  boolean JAXXEngine.LifeCycle.run(JAXXEngine engine)
          Run the pass.
 

Constructors in jaxx.compiler with parameters of type JAXXEngine
JAXXCompiler(JAXXEngine engine, File baseDir, File src, String outputClassName, CompilerConfiguration configuration, List<String> defaultImports)
          Creates a new JAXXCompiler.
 



Copyright © 2008-2010 CodeLutin. All Rights Reserved.