java.lang.Cloneable
, Compiler
, PrecompilingCompiler
, Processor
DevStudio2005CCompiler
, DevStudioCCompiler
, IntelWin32CCompiler
, IntelWin64CCompiler
public abstract class DevStudioCompatibleCCompiler extends PrecompilingCommandLineCCompiler
DEFAULT_DISCARD_BID, DEFAULT_PROCESS_BID
Modifier | Constructor | Description |
---|---|---|
protected |
DevStudioCompatibleCCompiler(java.lang.String command,
java.lang.String identifierArg,
boolean newEnvironment,
org.apache.tools.ant.types.Environment env) |
Modifier and Type | Method | Description |
---|---|---|
protected void |
addDebugSwitch(java.util.Vector args) |
|
protected void |
addImpliedArgs(java.util.Vector args,
boolean debug,
boolean multithreaded,
boolean exceptions,
LinkType linkType,
java.lang.Boolean rtti,
OptimizationEnum optimization) |
|
protected void |
addWarningSwitch(java.util.Vector args,
int level) |
|
protected CompilerConfiguration |
createPrecompileGeneratingConfig(CommandLineCompilerConfiguration baseConfig,
java.io.File prototype,
java.lang.String lastInclude) |
|
protected CompilerConfiguration |
createPrecompileUsingConfig(CommandLineCompilerConfiguration baseConfig,
java.io.File prototype,
java.lang.String lastInclude,
java.lang.String[] exceptFiles) |
|
protected void |
getDefineSwitch(java.lang.StringBuffer buffer,
java.lang.String define,
java.lang.String value) |
|
protected java.io.File[] |
getEnvironmentIncludePath() |
|
protected java.lang.String |
getIncludeDirSwitch(java.lang.String includeDir) |
|
protected void |
getUndefineSwitch(java.lang.StringBuffer buffer,
java.lang.String define) |
canParse, createConfiguration, getBaseOutputName, getOutputFileNames, parseIncludes, resolveInclude
bid, changeEnvironment, clone, getHeaderExtensions, getIdentifier, getOSArch, getOSName, getSourceExtensions, isDarwin, toString
addIncludes, buildDefineArguments, compile, createConfiguration, getArgumentCountPerInputFile, getCommand, getIdentifier, getInputFileArgument, getLibtool, getLibtoolCompiler, getMaximumCommandLength, getMaximumInputFilesPerCommand, getTotalArgumentLengthForInputFile, runCommand, setCommand
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
createParser
createPrecompileConfigurations
bid, changeEnvironment, getLinker
protected DevStudioCompatibleCCompiler(java.lang.String command, java.lang.String identifierArg, boolean newEnvironment, org.apache.tools.ant.types.Environment env)
protected void addImpliedArgs(java.util.Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, java.lang.Boolean rtti, OptimizationEnum optimization)
addImpliedArgs
in class CommandLineCompiler
protected void addDebugSwitch(java.util.Vector args)
protected void addWarningSwitch(java.util.Vector args, int level)
addWarningSwitch
in class CommandLineCompiler
protected CompilerConfiguration createPrecompileGeneratingConfig(CommandLineCompilerConfiguration baseConfig, java.io.File prototype, java.lang.String lastInclude)
createPrecompileGeneratingConfig
in class PrecompilingCommandLineCompiler
protected CompilerConfiguration createPrecompileUsingConfig(CommandLineCompilerConfiguration baseConfig, java.io.File prototype, java.lang.String lastInclude, java.lang.String[] exceptFiles)
createPrecompileUsingConfig
in class PrecompilingCommandLineCompiler
protected void getDefineSwitch(java.lang.StringBuffer buffer, java.lang.String define, java.lang.String value)
getDefineSwitch
in class CommandLineCompiler
protected java.io.File[] getEnvironmentIncludePath()
getEnvironmentIncludePath
in class CommandLineCompiler
protected java.lang.String getIncludeDirSwitch(java.lang.String includeDir)
getIncludeDirSwitch
in class CommandLineCompiler
protected void getUndefineSwitch(java.lang.StringBuffer buffer, java.lang.String define)
getUndefineSwitch
in class CommandLineCompiler
Copyright ? 2001-2017 Ant-Contrib project. All Rights Reserved.