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 |
addCurrentCompilerArgs, addExtdirsToClasspath, assumeJava11, assumeJava12, assumeJava13, assumeJava14, assumeJava15, executeExternalCompile, executeExternalCompile, 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.
Copyright B) 2000-2006 Apache Software Foundation. All Rights Reserved.