net.sf.antcontrib.cpptasks.intel

Class IntelWin64CCompiler

Implemented Interfaces:
Cloneable, Compiler, PrecompilingCompiler, Processor

public final class IntelWin64CCompiler
extends DevStudioCompatibleCCompiler

Adapter for the Intel C++ compiler for Itanium(TM) Applications
Author:
Curt Arnold

Field Summary

Fields inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractProcessor

DEFAULT_DISCARD_BID, DEFAULT_PROCESS_BID

Method Summary

Processor
changeEnvironment(boolean newEnvironment, Environment env)
static IntelWin64CCompiler
getInstance()
Linker
getLinker(LinkType type)
Gets the linker that is associated with this processors
int
getMaximumCommandLength()

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

Method Details

changeEnvironment

public Processor changeEnvironment(boolean newEnvironment,
                                   Environment env)
Specified by:
changeEnvironment in interface Processor
Overrides:
changeEnvironment in interface AbstractProcessor

getInstance

public static IntelWin64CCompiler getInstance()

getLinker

public Linker getLinker(LinkType type)
Gets the linker that is associated with this processors
Specified by:
getLinker in interface Processor

getMaximumCommandLength

public int getMaximumCommandLength()
Overrides:
getMaximumCommandLength in interface CommandLineCompiler

Copyright B) 2001-2006 Ant-Contrib project. All Rights Reserved.