Uses of Class
org.nuiton.jaxx.compiler.JAXXEngine
-
Packages that use JAXXEngine Package Description org.nuiton.jaxx.compiler org.nuiton.jaxx.compiler.tasks -
-
Uses of JAXXEngine in org.nuiton.jaxx.compiler
Fields in org.nuiton.jaxx.compiler declared as JAXXEngine Modifier and Type Field Description protected JAXXEngineJAXXCompiler. engineengine which references this compiler (can be null if compiler is standalone)protected static JAXXEngineJAXXFactory. engineshared instance of engine.Methods in org.nuiton.jaxx.compiler that return JAXXEngine Modifier and Type Method Description JAXXEngineJAXXCompiler. getEngine()static JAXXEngineJAXXFactory. getEngine()static JAXXEngineJAXXFactory. newDummyEngine()Create a new empty launchor and set it as current launchor accessible via methodJAXXFactory.getEngine().static JAXXEngineJAXXFactory. newEngine(File basedir, String... relativePaths)Create a new launchor and set it as current launchor accessible via methodJAXXFactory.getEngine().Constructors in org.nuiton.jaxx.compiler with parameters of type JAXXEngine Constructor Description JAXXCompiler(JAXXEngine engine, JAXXCompilerFile jaxxFile, List<String> defaultImports)Creates a new JAXXCompiler. -
Uses of JAXXEngine in org.nuiton.jaxx.compiler.tasks
Methods in org.nuiton.jaxx.compiler.tasks with parameters of type JAXXEngine Modifier and Type Method Description protected voidGenerateConstructorsTask. addConstructorsForNoneSuperClassJaxx(JAXXEngine engine, JAXXCompiler compiler)To add constructor on the givencompiler, knowing that the super class of it is not a jaxx class.protected voidGenerateConstructorsTask. addConstructorsForSuperClassJaxx(JAXXEngine engine, JAXXCompiler compiler, JAXXCompiler parentCompiler)To add constructor on the givencompiler, knowing that the super class of it is a jaxx class.protected voidJAXXEngineTask. addEndProfileTime(JAXXEngine engine, JAXXCompiler compiler)protected voidJAXXEngineTask. addStartProfileTime(JAXXEngine engine, JAXXCompiler compiler)protected voidJAXXEngineTask. checkAllFilesCompiled(JAXXEngine engine)Checks the engine does not have any more files to discover.booleanCompileFirstPassTask. perform(JAXXEngine engine)booleanCompileSecondPassTask. perform(JAXXEngine engine)booleanFinalizeTask. perform(JAXXEngine engine)booleanGenerateConstructorsTask. perform(JAXXEngine engine)booleanGenerateMissingRulesTask. perform(JAXXEngine engine)booleanGenerateTask. perform(JAXXEngine engine)booleanInitTask. perform(JAXXEngine engine)abstract booleanJAXXEngineTask. perform(JAXXEngine engine)Performs the task on the givenengine.booleanProfileTask. perform(JAXXEngine engine)booleanStyleSheetTask. perform(JAXXEngine engine)protected booleanCompileFirstPassTask. treatFile(JAXXEngine engine, JAXXCompilerFile jaxxFile)
-