aCCCompiler, ForteCCCompiler, GccCCompiler, GccCCompiler, GccCCompiler, IntelLinux32CCompiler, IntelLinux64CCompiler, VisualAgeCCompilerpublic abstract class GccCompatibleCCompiler extends CommandLineCCompiler
DEFAULT_DISCARD_BID, DEFAULT_PROCESS_BID| Modifier | Constructor | Description |
|---|---|---|
protected |
GccCompatibleCCompiler(java.lang.String command,
java.lang.String identifierArg,
boolean libtool,
GccCompatibleCCompiler libtoolCompiler,
boolean newEnvironment,
org.apache.tools.ant.types.Environment env) |
Private constructor.
|
protected |
GccCompatibleCCompiler(java.lang.String command,
java.lang.String identifierArg,
java.lang.String[] sourceExtensions,
java.lang.String[] headerExtensions,
boolean libtool,
GccCompatibleCCompiler libtoolCompiler,
boolean newEnvironment,
org.apache.tools.ant.types.Environment env) |
Private constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
addImpliedArgs(java.util.Vector args,
boolean debug,
boolean multithreaded,
boolean exceptions,
LinkType linkType,
java.lang.Boolean rtti,
OptimizationEnum optimization) |
|
void |
addIncludePath(java.lang.String path,
java.util.Vector cmd) |
Adds an include path to the command.
|
void |
addWarningSwitch(java.util.Vector args,
int level) |
|
void |
getDefineSwitch(java.lang.StringBuffer buffer,
java.lang.String define,
java.lang.String value) |
|
protected java.io.File[] |
getEnvironmentIncludePath() |
|
java.lang.String |
getIncludeDirSwitch(java.lang.String includeDir) |
|
void |
getUndefineSwitch(java.lang.StringBuffer buffer,
java.lang.String define) |
canParse, createConfiguration, getBaseOutputName, getOutputFileNames, parseIncludes, resolveIncludebid, changeEnvironment, clone, getHeaderExtensions, getIdentifier, getOSArch, getOSName, getSourceExtensions, isDarwin, toStringcreateParseraddIncludes, buildDefineArguments, compile, createConfiguration, getArgumentCountPerInputFile, getCommand, getIdentifier, getInputFileArgument, getLibtool, getLibtoolCompiler, getMaximumCommandLength, getMaximumInputFilesPerCommand, getTotalArgumentLengthForInputFile, runCommand, setCommandequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitbid, changeEnvironment, getLinkerprotected GccCompatibleCCompiler(java.lang.String command,
java.lang.String identifierArg,
boolean libtool,
GccCompatibleCCompiler libtoolCompiler,
boolean newEnvironment,
org.apache.tools.ant.types.Environment env)
protected GccCompatibleCCompiler(java.lang.String command,
java.lang.String identifierArg,
java.lang.String[] sourceExtensions,
java.lang.String[] headerExtensions,
boolean libtool,
GccCompatibleCCompiler libtoolCompiler,
boolean newEnvironment,
org.apache.tools.ant.types.Environment env)
public void addImpliedArgs(java.util.Vector args,
boolean debug,
boolean multithreaded,
boolean exceptions,
LinkType linkType,
java.lang.Boolean rtti,
OptimizationEnum optimization)
addImpliedArgs in class CommandLineCompilerpublic void addIncludePath(java.lang.String path,
java.util.Vector cmd)
public void addWarningSwitch(java.util.Vector args,
int level)
addWarningSwitch in class CommandLineCompilerpublic void getDefineSwitch(java.lang.StringBuffer buffer,
java.lang.String define,
java.lang.String value)
getDefineSwitch in class CommandLineCompilerprotected java.io.File[] getEnvironmentIncludePath()
getEnvironmentIncludePath in class CommandLineCompilerpublic java.lang.String getIncludeDirSwitch(java.lang.String includeDir)
getIncludeDirSwitch in class CommandLineCompilerpublic void getUndefineSwitch(java.lang.StringBuffer buffer,
java.lang.String define)
getUndefineSwitch in class CommandLineCompilerCopyright ? 2001-2018 Ant-Contrib project. All Rights Reserved.