net.sf.antcontrib.cpptasks.hp
Class aCCCompiler

java.lang.Object
  |
  +--net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
        |
        +--net.sf.antcontrib.cpptasks.compiler.AbstractCompiler
              |
              +--net.sf.antcontrib.cpptasks.compiler.CommandLineCompiler
                    |
                    +--net.sf.antcontrib.cpptasks.compiler.CommandLineCCompiler
                          |
                          +--net.sf.antcontrib.cpptasks.gcc.GccCompatibleCCompiler
                                |
                                +--net.sf.antcontrib.cpptasks.hp.aCCCompiler

public final class aCCCompiler
extends GccCompatibleCCompiler

Adapter for the HP aC++ C++ compiler

Author:
Curt Arnold

Method Summary
 void addImpliedArgs(java.util.Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType)
           
 void addWarningSwitch(java.util.Vector args, int level)
           
 java.io.File[] getEnvironmentIncludePath()
           
static aCCCompiler getInstance()
          Gets singleton instance of this class
 Linker getLinker(LinkType linkType)
          Gets the linker that is associated with this processors
 
Methods inherited from class net.sf.antcontrib.cpptasks.gcc.GccCompatibleCCompiler
addIncludePath, getDefineSwitch, getIncludeDirSwitch, getUndefineSwitch
 
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.CommandLineCCompiler
createParser
 
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.CommandLineCompiler
addIncludes, buildDefineArguments, compile, createConfiguration, getArgumentCountPerInputFile, getCommand, getIdentifier, getInputFileArgument, getLibtool, getLibtoolCompiler, getMaximumInputFilesPerCommand, getTotalArgumentLengthForInputFile, runCommand
 
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractCompiler
canParse, createConfiguration, getBaseOutputName, getOutputFileName, parseIncludes, resolveInclude
 
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
bid, getIdentifier, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getInstance

public static aCCCompiler getInstance()
Gets singleton instance of this class

getEnvironmentIncludePath

public java.io.File[] getEnvironmentIncludePath()
Overrides:
getEnvironmentIncludePath in class GccCompatibleCCompiler

addImpliedArgs

public void addImpliedArgs(java.util.Vector args,
                           boolean debug,
                           boolean multithreaded,
                           boolean exceptions,
                           LinkType linkType)
Overrides:
addImpliedArgs in class GccCompatibleCCompiler

addWarningSwitch

public void addWarningSwitch(java.util.Vector args,
                             int level)
Overrides:
addWarningSwitch in class GccCompatibleCCompiler

getLinker

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


Copyright © 2001-2002 Ant-Contrib project. All Rights Reserved.