com.github.maven_nar.cpptasks.intel
Class IntelLinux64Compiler

java.lang.Object
  extended by com.github.maven_nar.cpptasks.compiler.AbstractProcessor
      extended by com.github.maven_nar.cpptasks.compiler.AbstractCompiler
          extended by com.github.maven_nar.cpptasks.compiler.CommandLineCompiler
              extended by com.github.maven_nar.cpptasks.compiler.CommandLineCCompiler
                  extended by com.github.maven_nar.cpptasks.gcc.GccCompatibleCCompiler
                      extended by com.github.maven_nar.cpptasks.intel.IntelLinux64Compiler
All Implemented Interfaces:
Compiler, Processor, Cloneable

public final class IntelLinux64Compiler
extends GccCompatibleCCompiler


Field Summary
 
Fields inherited from class com.github.maven_nar.cpptasks.compiler.AbstractProcessor
DEFAULT_DISCARD_BID, DEFAULT_PROCESS_BID
 
Method Summary
 Processor changeEnvironment(boolean newEnvironment, org.apache.tools.ant.types.Environment env)
           
static IntelLinux64Compiler getInstance()
           
 Linker getLinker(LinkType type)
          Gets the linker that is associated with this processors
 int getMaximumCommandLength()
           
 
Methods inherited from class com.github.maven_nar.cpptasks.gcc.GccCompatibleCCompiler
addImpliedArgs, addIncludePath, addWarningSwitch, getDefineSwitch, getEnvironmentIncludePath, getIncludeDirSwitch, getIncludeDirSwitch, getUndefineSwitch
 
Methods inherited from class com.github.maven_nar.cpptasks.compiler.CommandLineCCompiler
createParser
 
Methods inherited from class com.github.maven_nar.cpptasks.compiler.CommandLineCompiler
addIncludes, buildDefineArguments, compile, createConfiguration, getArgumentCountPerInputFile, getCommand, getCommandWithPath, getIdentifier, getInputFileArgument, getLibtool, getLibtoolCompiler, getMaximumInputFilesPerCommand, getTotalArgumentLengthForInputFile, runCommand, setCommand
 
Methods inherited from class com.github.maven_nar.cpptasks.compiler.AbstractCompiler
canParse, createConfiguration, getBaseOutputName, getOutputFileNames, parseIncludes, resolveInclude
 
Methods inherited from class com.github.maven_nar.cpptasks.compiler.AbstractProcessor
bid, clone, getHeaderExtensions, getIdentifier, getOSArch, getOSName, getSourceExtensions, isDarwin, isWindows, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.github.maven_nar.cpptasks.compiler.Processor
bid
 

Method Detail

getInstance

public static IntelLinux64Compiler 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-2013. All Rights Reserved.