Uses of Class
org.nuiton.jaxx.compiler.JAXXCompilerFile
-
Packages that use JAXXCompilerFile Package Description org.nuiton.jaxx.compiler org.nuiton.jaxx.compiler.tasks -
-
Uses of JAXXCompilerFile in org.nuiton.jaxx.compiler
Fields in org.nuiton.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 org.nuiton.jaxx.compiler with type parameters of type JAXXCompilerFile Modifier and Type Field Description protected List<JAXXCompilerFile>JAXXEngine. compilingFilesFiles to compileMethods in org.nuiton.jaxx.compiler that return JAXXCompilerFile Modifier and Type Method Description JAXXCompilerFile[]JAXXEngine. getCompiledFiles()JAXXCompilerFile[]JAXXEngine. getFilesToCompile()JAXXCompilerFileJAXXEngine. getJAXXCompilerFile(String className)Obtain the jaxx compiler of the given class name.Methods in org.nuiton.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 org.nuiton.jaxx.compiler with parameters of type JAXXCompilerFile Constructor Description JAXXCompiler(JAXXEngine engine, JAXXCompilerFile jaxxFile, List<String> defaultImports)Creates a new JAXXCompiler. -
Uses of JAXXCompilerFile in org.nuiton.jaxx.compiler.tasks
Methods in org.nuiton.jaxx.compiler.tasks with parameters of type JAXXCompilerFile Modifier and Type Method Description protected booleanCompileFirstPassTask. treatFile(JAXXEngine engine, JAXXCompilerFile jaxxFile)
-