|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CompilerOptions | |
|---|---|
| org.quattor.ant | Provides an ant task and supporting files to allow the pan compiler to be called from an ant build script. |
| org.quattor.pan | Contains the high-level classes used to invoke the pan language compiler. |
| org.quattor.pan.parser | Provides classes for the implementation of the pan language parser. |
| org.quattor.pan.tasks | Provides classes that implement parallel tasks within the compiler. |
| Uses of CompilerOptions in org.quattor.ant |
|---|
| Methods in org.quattor.ant with parameters of type CompilerOptions | |
|---|---|
static java.lang.String |
DependencyChecker.extractLocalizedTemplateName(java.io.File sourceFile,
CompilerOptions options)
|
| Uses of CompilerOptions in org.quattor.pan |
|---|
| Fields in org.quattor.pan declared as CompilerOptions | |
|---|---|
CompilerOptions |
Compiler.options
This holds a reference to the compiler options. |
| Methods in org.quattor.pan that return CompilerOptions | |
|---|---|
static CompilerOptions |
CompilerOptions.createCheckSyntaxOptions(int deprecationLevel,
boolean failOnWarn)
Create a CompilerOptions object that is appropriate for just doing a syntax check. |
| Methods in org.quattor.pan with parameters of type CompilerOptions | |
|---|---|
static CompilerResults |
Compiler.run(CompilerOptions options,
java.util.List<java.lang.String> objectNames,
java.util.Collection<java.io.File> tplFiles)
This is a convenience method which creates a compiler and then invokes the process method. |
| Constructors in org.quattor.pan with parameters of type CompilerOptions | |
|---|---|
Compiler(CompilerOptions options,
java.util.List<java.lang.String> objectNames,
java.util.Collection<java.io.File> tplFiles)
Create a compiler object with the given options and that will process the given templates (either by name or absolute path). |
|
| Uses of CompilerOptions in org.quattor.pan.parser |
|---|
| Methods in org.quattor.pan.parser with parameters of type CompilerOptions | |
|---|---|
void |
PanParser.setCompilerOptions(CompilerOptions options)
Set the compiler options. |
| Uses of CompilerOptions in org.quattor.pan.tasks |
|---|
| Methods in org.quattor.pan.tasks with parameters of type CompilerOptions | |
|---|---|
static ASTTemplate |
CompileTask.CallImpl.compile(java.io.File tplfile,
CompilerOptions compilerOptions)
Run the compilation. |
| Constructors in org.quattor.pan.tasks with parameters of type CompilerOptions | |
|---|---|
CompileTask.CallImpl(java.lang.String tplpath,
CompileCache.PostCompileProcessor postCompileProcessor,
CompilerOptions compilerOptions)
|
|
CompileTask(java.lang.String tplfile,
CompileCache.PostCompileProcessor postCompileProcessor,
CompilerOptions compilerOptions)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||