org.apache.tools.ant.taskdefs.compilers
Class Gcj
- CompilerAdapter
The implementation of the gcj compiler.
This is primarily a cut-and-paste from the jikes.
attributes , bootclasspath , compileClasspath , compileList , compileSourcepath , debug , depend , deprecation , destDir , encoding , extdirs , includeAntRuntime , includeJavaRuntime , lSep , location , memoryInitialSize , memoryMaximumSize , optimize , project , src , target , verbose |
boolean | execute() - Performs a compile using the gcj compiler.
|
boolean | isNativeBuild() - Whether any of the arguments given via <compilerarg>
implies that compilation to native code is requested.
|
protected Commandline | setupGCJCommand() - Set up the gcj commandline.
|
addCurrentCompilerArgs , addExtdirsToClasspath , assumeJava11 , assumeJava12 , assumeJava13 , assumeJava14 , assumeJava15 , assumeJava16 , executeExternalCompile , executeExternalCompile , getBootClassPath , getCompileClasspath , getJavac , getNoDebugArgument , getProject , logAndAddFilesToCompile , setJavac , setupJavacCommand , setupJavacCommand , setupJavacCommandlineSwitches , setupJavacCommandlineSwitches , setupModernJavacCommand , setupModernJavacCommandlineSwitches |
isNativeBuild
public boolean isNativeBuild()
Whether any of the arguments given via <compilerarg>
implies that compilation to native code is requested.
- true if compilation to native code is requested
setupGCJCommand
protected Commandline setupGCJCommand()
Set up the gcj commandline.