Uses of Class
jaxx.compiler.JAXXCompilerFile
| Package | Description |
|---|---|
| jaxx.compiler | |
| jaxx.compiler.tasks |
-
Uses of JAXXCompilerFile in jaxx.compiler
Fields in jaxx.compiler declared as JAXXCompilerFile Modifier and Type Field Description protected JAXXCompilerFile[]JAXXEngine. incomingFilesoriginal list of files to compile (says the detected modfied files)protected JAXXCompilerFileJAXXCompiler. jaxxFileFields in jaxx.compiler with type parameters of type JAXXCompilerFile Modifier and Type Field Description protected java.util.List<JAXXCompilerFile>JAXXEngine. compilingFilesFiles to compileMethods in jaxx.compiler that return JAXXCompilerFile Modifier and Type Method Description JAXXCompilerFile[]JAXXEngine. getCompiledFiles()JAXXCompilerFile[]JAXXEngine. getFilesToCompile()JAXXCompilerFile[]JAXXEngine. getIncomingFiles()JAXXCompilerFileJAXXEngine. getJAXXCompilerFile(java.lang.String className)Obtain the jaxx compiler of the given class name.Methods in jaxx.compiler with parameters of type JAXXCompilerFile Modifier and Type Method Description voidJAXXEngine. addFileToCompile(JAXXCompilerFile file)Adds afileto be compiled.JAXXCompilerJAXXEngine. newCompiler(JAXXCompilerFile jaxxFile)Create a new compiler and attach it to the givenjaxxFile.Constructors in jaxx.compiler with parameters of type JAXXCompilerFile Constructor Description JAXXCompiler(JAXXEngine engine, JAXXCompilerFile jaxxFile, java.util.List<java.lang.String> defaultImports)Creates a new JAXXCompiler. -
Uses of JAXXCompilerFile in jaxx.compiler.tasks
Methods in jaxx.compiler.tasks with parameters of type JAXXCompilerFile Modifier and Type Method Description protected booleanCompileFirstPassTask. treatFile(JAXXEngine engine, JAXXCompilerFile jaxxFile)