public class IccCompiler extends CommandLineCCompiler
| Modifier and Type | Field and Description |
|---|---|
private static AbstractCompiler |
instance |
DEFAULT_DISCARD_BID, DEFAULT_PROCESS_BID| Modifier | Constructor and Description |
|---|---|
private |
IccCompiler(boolean newEnvironment,
org.apache.tools.ant.types.Environment env) |
| Modifier and Type | Method and Description |
|---|---|
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) |
Processor |
changeEnvironment(boolean newEnvironment,
org.apache.tools.ant.types.Environment env) |
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) |
static AbstractCompiler |
getInstance() |
Linker |
getLinker(LinkType type)
Gets the linker that is associated with this processors
|
int |
getMaximumCommandLength() |
protected int |
getMaximumInputFilesPerCommand() |
protected void |
getUndefineSwitch(java.lang.StringBuffer buffer,
java.lang.String define) |
createParseraddIncludes, buildDefineArguments, compile, createConfiguration, getArgumentCountPerInputFile, getCommand, getIdentifier, getInputFileArgument, getLibtool, getLibtoolCompiler, getTotalArgumentLengthForInputFile, runCommand, setCommandcanParse, createConfiguration, getBaseOutputName, getOutputFileNames, parseIncludes, resolveIncludebid, clone, getHeaderExtensions, getIdentifier, getOSArch, getOSName, getSourceExtensions, isDarwin, toStringprivate static final AbstractCompiler instance
private IccCompiler(boolean newEnvironment,
org.apache.tools.ant.types.Environment env)
public static AbstractCompiler getInstance()
protected void addImpliedArgs(java.util.Vector args,
boolean debug,
boolean multithreaded,
boolean exceptions,
LinkType linkType,
java.lang.Boolean rtti,
OptimizationEnum optimization)
addImpliedArgs in class CommandLineCompilerprotected void addWarningSwitch(java.util.Vector args,
int level)
addWarningSwitch in class CommandLineCompilerpublic Processor changeEnvironment(boolean newEnvironment, org.apache.tools.ant.types.Environment env)
changeEnvironment in interface ProcessorchangeEnvironment in class AbstractProcessorprotected 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 CommandLineCompilerprotected java.lang.String getIncludeDirSwitch(java.lang.String includeDir)
getIncludeDirSwitch in class CommandLineCompilerpublic Linker getLinker(LinkType type)
Processorpublic int getMaximumCommandLength()
getMaximumCommandLength in class CommandLineCompilerprotected int getMaximumInputFilesPerCommand()
getMaximumInputFilesPerCommand in class CommandLineCompilerprotected void getUndefineSwitch(java.lang.StringBuffer buffer,
java.lang.String define)
getUndefineSwitch in class CommandLineCompiler