| Package | Description |
|---|---|
| org.nuiton.jaxx.compiler | |
| org.nuiton.jaxx.compiler.tasks |
| Modifier and Type | Field and Description |
|---|---|
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)
|
| Modifier and Type | Method and Description |
|---|---|
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(File basedir,
String... relativePaths)
Create a new launchor and set it as current launchor accessible via
method
JAXXFactory.getEngine(). |
| Constructor and Description |
|---|
JAXXCompiler(JAXXEngine engine,
JAXXCompilerFile jaxxFile,
List<String> defaultImports)
Creates a new JAXXCompiler.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
GenerateConstructorsTask.addConstructorsForNoneSuperClassJaxx(JAXXEngine engine,
JAXXCompiler compiler)
To add constructor on the given
compiler, knowing that the super
class of it is not a jaxx class. |
protected void |
GenerateConstructorsTask.addConstructorsForSuperClassJaxx(JAXXEngine engine,
JAXXCompiler compiler,
JAXXCompiler parentCompiler)
To add constructor on the given
compiler, knowing that the super
class of it is a jaxx class. |
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 |
GenerateTask.perform(JAXXEngine engine) |
boolean |
InitTask.perform(JAXXEngine engine) |
boolean |
CompileSecondPassTask.perform(JAXXEngine engine) |
boolean |
StyleSheetTask.perform(JAXXEngine engine) |
boolean |
GenerateMissingRulesTask.perform(JAXXEngine engine) |
boolean |
ProfileTask.perform(JAXXEngine engine) |
boolean |
CompileFirstPassTask.perform(JAXXEngine engine) |
abstract boolean |
JAXXEngineTask.perform(JAXXEngine engine)
Performs the task on the given
engine. |
boolean |
FinalizeTask.perform(JAXXEngine engine) |
boolean |
GenerateConstructorsTask.perform(JAXXEngine engine) |
protected boolean |
CompileFirstPassTask.treatFile(JAXXEngine engine,
JAXXCompilerFile jaxxFile) |
Copyright © 2008–2017 Ultreia.io. All rights reserved.