Uses of Class
jaxx.compiler.JAXXEngine

Packages that use JAXXEngine
jaxx.compiler   
jaxx.compiler.tasks   
 

Uses of JAXXEngine in jaxx.compiler
 

Fields in jaxx.compiler declared as JAXXEngine
protected static JAXXEngine JAXXFactory.engine
          shared instance of engine.
protected  JAXXEngine JAXXCompiler.engine
          engine which references this compiler (can be null if compiler is standalone)
 

Methods in jaxx.compiler that return JAXXEngine
static JAXXEngine JAXXFactory.getEngine()
           
 JAXXEngine JAXXCompiler.getEngine()
           
static JAXXEngine JAXXFactory.newDummyEngine()
          Create a new empty launchor and set it as current launchor accessible via method JAXXFactory.getEngine().
static JAXXEngine JAXXFactory.newEngine(java.io.File basedir, java.lang.String... relativePaths)
          Create a new launchor and set it as current launchor accessible via method JAXXFactory.getEngine().
 

Constructors in jaxx.compiler with parameters of type JAXXEngine
JAXXCompiler(JAXXEngine engine, JAXXCompilerFile jaxxFile, java.util.List<java.lang.String> defaultImports)
          Creates a new JAXXCompiler.
 

Uses of JAXXEngine in jaxx.compiler.tasks
 

Methods in jaxx.compiler.tasks with parameters of type JAXXEngine
protected  void JAXXEngineTask.addEndProfileTime(JAXXEngine engine, JAXXCompiler compiler)
           
protected  void JAXXEngineTask.addStartProfileTime(JAXXEngine engine, JAXXCompiler compiler)
           
protected  void JAXXEngineTask.checkAllFilesCompiled(JAXXEngine engine)
          Checks the engine does not have any more files to discover.
 boolean CompileFirstPassTask.perform(JAXXEngine engine)
           
abstract  boolean JAXXEngineTask.perform(JAXXEngine engine)
          Performs the task on the given engine.
 boolean FinalizeTask.perform(JAXXEngine engine)
           
 boolean GenerateTask.perform(JAXXEngine engine)
           
 boolean InitTask.perform(JAXXEngine engine)
           
 boolean StyleSheetTask.perform(JAXXEngine engine)
           
 boolean CompileSecondPassTask.perform(JAXXEngine engine)
           
 boolean ProfileTask.perform(JAXXEngine engine)
           
protected  boolean CompileFirstPassTask.treateFile(JAXXEngine engine, JAXXCompilerFile jaxxFile)
           
 



Copyright © 2008-2010 CodeLutin. All Rights Reserved.