| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectnet.sf.antcontrib.cpptasks.compiler.AbstractProcessornet.sf.antcontrib.cpptasks.compiler.AbstractCompilernet.sf.antcontrib.cpptasks.compiler.CommandLineCompilernet.sf.antcontrib.cpptasks.compiler.PrecompilingCommandLineCompilernet.sf.antcontrib.cpptasks.compiler.PrecompilingCommandLineCCompilernet.sf.antcontrib.cpptasks.devstudio.DevStudioCompatibleCCompilernet.sf.antcontrib.cpptasks.devstudio.DevStudioCCompilerpublic final class DevStudioCCompilerextends DevStudioCompatibleCCompilerField Summary |
Fields inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractProcessor | |
DEFAULT_DISCARD_BID, DEFAULT_PROCESS_BID | |
Method Summary | |
Processor |
|
static DevStudioCCompiler | |
Linker | |
int | |
Methods inherited from class net.sf.antcontrib.cpptasks.devstudio.DevStudioCompatibleCCompiler | |
addImpliedArgs, addWarningSwitch, createPrecompileGeneratingConfig, createPrecompileUsingConfig, getDefineSwitch, getEnvironmentIncludePath, getIncludeDirSwitch, getUndefineSwitch | |
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.PrecompilingCommandLineCCompiler | |
createParser | |
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.PrecompilingCommandLineCompiler | |
createPrecompileConfigurations, createPrecompileGeneratingConfig, createPrecompileUsingConfig | |
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.CommandLineCompiler | |
addImpliedArgs, addIncludes, addWarningSwitch, buildDefineArguments, compile, createConfiguration, getArgumentCountPerInputFile, getCommand, getDefineSwitch, getEnvironmentIncludePath, getIdentifier, getIncludeDirSwitch, getInputFileArgument, getLibtool, getLibtoolCompiler, getMaximumCommandLength, getMaximumInputFilesPerCommand, getTotalArgumentLengthForInputFile, getUndefineSwitch, runCommand, setCommand | |
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractCompiler | |
canParse, createConfiguration, createConfiguration, createParser, getBaseOutputName, getOutputFileNames, parseIncludes, resolveInclude | |
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractProcessor | |
bid, changeEnvironment, clone, getHeaderExtensions, getIdentifier, getIdentifier, getOSArch, getOSName, getSourceExtensions, isDarwin, toString | |
public Processor changeEnvironment(boolean newEnvironment, Environment env)
- Specified by:
- changeEnvironment in interface Processor
- Overrides:
- changeEnvironment in interface AbstractProcessor
public Linker getLinker(LinkType type)
Gets the linker that is associated with this processors
public int getMaximumCommandLength()
- Overrides:
- getMaximumCommandLength in interface CommandLineCompiler