From 683d490074d93baa8a47db7ec43b7bd31145a12a Mon Sep 17 00:00:00 2001 From: Mark Donszelmann Date: Thu, 5 Nov 2009 23:00:15 +0100 Subject: Tar file expanded and committed --- .../net/sf/antcontrib/cpptasks/hp/aCCCompiler.html | 431 +++++++++++++++++++++ 1 file changed, 431 insertions(+) create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/hp/aCCCompiler.html (limited to 'site/apidocs/net/sf/antcontrib/cpptasks/hp/aCCCompiler.html') diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/hp/aCCCompiler.html b/site/apidocs/net/sf/antcontrib/cpptasks/hp/aCCCompiler.html new file mode 100644 index 0000000..00c3f76 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/hp/aCCCompiler.html @@ -0,0 +1,431 @@ + + + + + + + +aCCCompiler (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +net.sf.antcontrib.cpptasks.hp +
+Class aCCCompiler

+
+java.lang.Object
+  extended by net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
+      extended by net.sf.antcontrib.cpptasks.compiler.AbstractCompiler
+          extended by net.sf.antcontrib.cpptasks.compiler.CommandLineCompiler
+              extended by net.sf.antcontrib.cpptasks.compiler.CommandLineCCompiler
+                  extended by net.sf.antcontrib.cpptasks.gcc.GccCompatibleCCompiler
+                      extended by net.sf.antcontrib.cpptasks.hp.aCCCompiler
+
+
+
All Implemented Interfaces:
java.lang.Cloneable, Compiler, Processor
+
+
+
+
public final class aCCCompiler
extends GccCompatibleCCompiler
+ + +

+Adapter for the HP aC++ C++ compiler +

+ +

+

+
Author:
+
Curt Arnold
+
+
+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
DEFAULT_DISCARD_BID, DEFAULT_PROCESS_BID
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidaddImpliedArgs(java.util.Vector args, + boolean debug, + boolean multithreaded, + boolean exceptions, + LinkType linkType, + java.lang.Boolean rtti, + OptimizationEnum optimization) + +
+           
+ voidaddWarningSwitch(java.util.Vector args, + int level) + +
+           
+ java.io.File[]getEnvironmentIncludePath() + +
+           
+static aCCCompilergetInstance() + +
+          Gets singleton instance of this class
+ LinkergetLinker(LinkType linkType) + +
+          Gets the linker that is associated with this processors
+ intgetMaximumCommandLength() + +
+           
+ + + + + + + +
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, 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, changeEnvironment, 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, changeEnvironment
+  +

+ + + + + + + + +
+Method Detail
+ +

+getInstance

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

+

+
+
+
+
+ +

+addImpliedArgs

+
+public void addImpliedArgs(java.util.Vector args,
+                           boolean debug,
+                           boolean multithreaded,
+                           boolean exceptions,
+                           LinkType linkType,
+                           java.lang.Boolean rtti,
+                           OptimizationEnum optimization)
+
+
+
Overrides:
addImpliedArgs in class GccCompatibleCCompiler
+
+
+
+
+
+
+ +

+addWarningSwitch

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

+getEnvironmentIncludePath

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

+getLinker

+
+public Linker getLinker(LinkType linkType)
+
+
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-2008 Ant-Contrib Project. All Rights Reserved. + + -- cgit v1.2.3