net.sf.antcontrib.cpptasks.intel
Class IntelWin64CCompiler

java.lang.Object
  extended bynet.sf.antcontrib.cpptasks.compiler.AbstractProcessor
      extended bynet.sf.antcontrib.cpptasks.compiler.AbstractCompiler
          extended bynet.sf.antcontrib.cpptasks.compiler.CommandLineCompiler
              extended bynet.sf.antcontrib.cpptasks.compiler.PrecompilingCommandLineCompiler
                  extended bynet.sf.antcontrib.cpptasks.compiler.PrecompilingCommandLineCCompiler
                      extended bynet.sf.antcontrib.cpptasks.devstudio.DevStudioCompatibleCCompiler
                          extended bynet.sf.antcontrib.cpptasks.intel.IntelWin64CCompiler
All Implemented Interfaces:
java.lang.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, org.apache.tools.ant.types.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
 
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.CommandLineCompiler
addIncludes, buildDefineArguments, compile, createConfiguration, getArgumentCountPerInputFile, getCommand, getIdentifier, getInputFileArgument, getLibtool, getLibtoolCompiler, getMaximumInputFilesPerCommand, getTotalArgumentLengthForInputFile, runCommand, setCommand
 
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractCompiler
canParse, createConfiguration, getBaseOutputName, getOutputFileNames, parseIncludes, resolveInclude
 
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
bid, clone, getHeaderExtensions, getIdentifier, getOSArch, getOSName, getSourceExtensions, isDarwin, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface net.sf.antcontrib.cpptasks.compiler.Processor
bid
 

Method Detail

getInstance

public static IntelWin64CCompiler getInstance()

changeEnvironment

public Processor changeEnvironment(boolean newEnvironment,
                                   org.apache.tools.ant.types.Environment env)
Specified by:
changeEnvironment in interface Processor
Overrides:
changeEnvironment in class AbstractProcessor

getLinker

public Linker getLinker(LinkType type)
Description copied from interface: Processor
Gets the linker that is associated with this processors


getMaximumCommandLength

public int getMaximumCommandLength()
Specified by:
getMaximumCommandLength in class CommandLineCompiler


Copyright ? 2001-2007 Ant-Contrib project. All Rights Reserved.