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 --- .../gcc/cross/sparc_sun_solaris2/GccCCompiler.html | 569 +++++++++++++++++++++ 1 file changed, 569 insertions(+) create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/gcc/cross/sparc_sun_solaris2/GccCCompiler.html (limited to 'site/apidocs/net/sf/antcontrib/cpptasks/gcc/cross/sparc_sun_solaris2/GccCCompiler.html') diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/gcc/cross/sparc_sun_solaris2/GccCCompiler.html b/site/apidocs/net/sf/antcontrib/cpptasks/gcc/cross/sparc_sun_solaris2/GccCCompiler.html new file mode 100644 index 0000000..b06ce68 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/gcc/cross/sparc_sun_solaris2/GccCCompiler.html @@ -0,0 +1,569 @@ + + + + + + + +GccCCompiler (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +net.sf.antcontrib.cpptasks.gcc.cross.sparc_sun_solaris2 +
+Class GccCCompiler

+
+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.gcc.cross.sparc_sun_solaris2.GccCCompiler
+
+
+
All Implemented Interfaces:
java.lang.Cloneable, Compiler, Processor
+
+
+
+
public final class GccCCompiler
extends GccCompatibleCCompiler
+ + +

+Adapter for the GCC C/C++ compiler +

+ +

+

+
Author:
+
Adam Murdoch
+
+
+ +

+ + + + + + + + + + + +
+Field Summary
+static java.lang.StringCMD_PREFIX + +
+           
+ + + + + + + +
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) + +
+           
+ ProcessorchangeEnvironment(boolean newEnvironment, + org.apache.tools.ant.types.Environment env) + +
+           
+protected  ParsercreateParser(java.io.File source) + +
+          Create parser to determine dependencies.
+static GccCCompilergetCppInstance() + +
+          Gets c++ adapter
+ java.io.File[]getEnvironmentIncludePath() + +
+           
+static GccCCompilergetG77Instance() + +
+          Gets g77 adapter
+static GccCCompilergetGppInstance() + +
+          Gets gpp adapter
+ java.lang.StringgetIdentifier() + +
+          Retrieve an identifier that identifies the specific version of the + compiler.
+static GccCCompilergetInstance() + +
+          Gets gcc adapter
+ LinkergetLinker(LinkType linkType) + +
+          Gets the linker that is associated with this processors
+ intgetMaximumCommandLength() + +
+           
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.gcc.GccCompatibleCCompiler
addIncludePath, addWarningSwitch, getDefineSwitch, getIncludeDirSwitch, getUndefineSwitch
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.CommandLineCompiler
addIncludes, buildDefineArguments, compile, createConfiguration, getArgumentCountPerInputFile, getCommand, 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
+  +

+ + + + + + + + +
+Field Detail
+ +

+CMD_PREFIX

+
+public static final java.lang.String CMD_PREFIX
+
+
+
See Also:
Constant Field Values
+
+ + + + + + + + +
+Method Detail
+ +

+getCppInstance

+
+public static GccCCompiler getCppInstance()
+
+
Gets c++ adapter +

+

+
+
+
+
+ +

+getG77Instance

+
+public static GccCCompiler getG77Instance()
+
+
Gets g77 adapter +

+

+
+
+
+
+ +

+getGppInstance

+
+public static GccCCompiler getGppInstance()
+
+
Gets gpp adapter +

+

+
+
+
+
+ +

+getInstance

+
+public static GccCCompiler getInstance()
+
+
Gets gcc adapter +

+

+
+
+
+
+ +

+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
+
+
+
+
+
+
+ +

+changeEnvironment

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

+createParser

+
+protected Parser createParser(java.io.File source)
+
+
Create parser to determine dependencies. + + Will create appropriate parser (C++, FORTRAN) based on file extension. +

+

+
Overrides:
createParser in class CommandLineCCompiler
+
+
+
+
+
+
+ +

+getEnvironmentIncludePath

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

+getIdentifier

+
+public java.lang.String getIdentifier()
+                               throws org.apache.tools.ant.BuildException
+
+
Description copied from interface: Processor
+
Retrieve an identifier that identifies the specific version of the + compiler. Compilers with the same identifier should produce the same + output files for the same input files and command line switches. +

+

+
Specified by:
getIdentifier in interface Processor
Overrides:
getIdentifier in class CommandLineCompiler
+
+
+ +
Throws: +
org.apache.tools.ant.BuildException
+
+
+
+ +

+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