| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Processor | |
|---|---|
| net.sf.antcontrib.cpptasks | C++ and other compiled languages build support for Ant. | 
| net.sf.antcontrib.cpptasks.arm | |
| net.sf.antcontrib.cpptasks.borland | Adapter for Borland tools. | 
| net.sf.antcontrib.cpptasks.compaq | |
| net.sf.antcontrib.cpptasks.compiler | |
| net.sf.antcontrib.cpptasks.devstudio | Adapters for Microsoft tools. | 
| net.sf.antcontrib.cpptasks.gcc | |
| net.sf.antcontrib.cpptasks.gcc.cross | |
| net.sf.antcontrib.cpptasks.gcc.cross.sparc_sun_solaris2 | |
| net.sf.antcontrib.cpptasks.hp | |
| net.sf.antcontrib.cpptasks.ibm | |
| net.sf.antcontrib.cpptasks.intel | |
| net.sf.antcontrib.cpptasks.mozilla | Compiler adapter for Mozilla's XPCOM compiler. | 
| net.sf.antcontrib.cpptasks.openwatcom | Adapters for OpenWatcom compilers and tools. | 
| net.sf.antcontrib.cpptasks.os390 | |
| net.sf.antcontrib.cpptasks.os400 | |
| net.sf.antcontrib.cpptasks.sun | |
| net.sf.antcontrib.cpptasks.ti | |
| net.sf.antcontrib.cpptasks.trolltech | Adapters for Trolltech Qt moc and uic compilers. | 
| Uses of Processor in net.sf.antcontrib.cpptasks | 
|---|
| Methods in net.sf.antcontrib.cpptasks that return Processor | |
|---|---|
|  Processor | ProcessorEnumValue.getProcessor() | 
| protected  Processor | ProcessorDef.getProcessor()Obtains the appropriate processor (compiler, linker) | 
|  Processor | LinkerDef.getProcessor() | 
|  Processor | CompilerDef.getProcessor() | 
| protected  Processor | ProcessorDef.getProcessor(LinkType linkType)Obtains the appropriate processor (compiler, linker) based on the LinkType. | 
|  Processor | LinkerDef.getProcessor(LinkType linkType) | 
| Methods in net.sf.antcontrib.cpptasks with parameters of type Processor | |
|---|---|
| protected  void | ProcessorDef.setProcessor(Processor processor)Sets the processor | 
| protected  void | LinkerDef.setProcessor(Processor proc) | 
| protected  void | CompilerDef.setProcessor(Processor proc) | 
| Constructors in net.sf.antcontrib.cpptasks with parameters of type Processor | |
|---|---|
| ProcessorEnumValue(java.lang.String name,
                   Processor processor) | |
| Uses of Processor in net.sf.antcontrib.cpptasks.arm | 
|---|
| Classes in net.sf.antcontrib.cpptasks.arm that implement Processor | |
|---|---|
|  class | ADSCCompilerAdapter for the ARM C Compilers See Doc No: ARM DUI 0151A, Issued: Nov 2001 at http://www.arm.com/arm/User_Guides?OpenDocument | 
|  class | ADSLibrarianAdapter for ARM Librarian | 
|  class | ADSLinkerAdapter for the ARM Linker | 
| Uses of Processor in net.sf.antcontrib.cpptasks.borland | 
|---|
| Classes in net.sf.antcontrib.cpptasks.borland that implement Processor | |
|---|---|
|  class | BorlandCCompilerAdapter for the Borland(r) C/C++ compiler. | 
|  class | BorlandLibrarianAdapter for the Borland(r) tlib Librarian | 
|  class | BorlandLinkerAdapter for the Borland(r) ilink32 linker | 
|  class | BorlandResourceCompilerAdapter for the Borland(r) brc32 Resource compiler. | 
| Methods in net.sf.antcontrib.cpptasks.borland that return Processor | |
|---|---|
|  Processor | BorlandResourceCompiler.changeEnvironment(boolean newEnvironment,
                  org.apache.tools.ant.types.Environment env) | 
|  Processor | BorlandCCompiler.changeEnvironment(boolean newEnvironment,
                  org.apache.tools.ant.types.Environment env) | 
| Uses of Processor in net.sf.antcontrib.cpptasks.compaq | 
|---|
| Classes in net.sf.antcontrib.cpptasks.compaq that implement Processor | |
|---|---|
|  class | CompaqVisualFortranCompilerAdapter for the Compaq(r) Visual Fortran compiler. | 
|  class | CompaqVisualFortranLibrarianAdapter for the Compaq(r) Visual Fortran Librarian | 
|  class | CompaqVisualFortranLinkerAdapter for the Compaq(r) Visual Fortran linker. | 
| Methods in net.sf.antcontrib.cpptasks.compaq that return Processor | |
|---|---|
|  Processor | CompaqVisualFortranCompiler.changeEnvironment(boolean newEnvironment,
                  org.apache.tools.ant.types.Environment env) | 
| Uses of Processor in net.sf.antcontrib.cpptasks.compiler | 
|---|
| Subinterfaces of Processor in net.sf.antcontrib.cpptasks.compiler | |
|---|---|
|  interface | CompilerA compiler. | 
|  interface | LinkerA linker for executables, and static and dynamic libraries. | 
| Classes in net.sf.antcontrib.cpptasks.compiler that implement Processor | |
|---|---|
|  class | AbstractCompilerAn abstract compiler implementation. | 
|  class | AbstractLinkerAn abstract Linker implementation. | 
|  class | AbstractProcessorAn abstract processor (compiler/linker) implementation. | 
|  class | CommandLineCCompilerAn abstract Compiler implementation which uses an external program to perform the compile. | 
|  class | CommandLineCompilerAn abstract Compiler implementation which uses an external program to perform the compile. | 
|  class | CommandLineFortranCompilerAn abstract Compiler implementation which uses an external program to perform the compile. | 
|  class | CommandLineLinkerAn abstract Linker implementation that performs the link via an external command. | 
|  class | PrecompilingCommandLineCCompilerA command line C compiler that can utilize precompilation of header files | 
|  class | PrecompilingCommandLineCompilerA command line C compiler that can utilize precompilation of header files | 
| Methods in net.sf.antcontrib.cpptasks.compiler that return Processor | |
|---|---|
|  Processor | Processor.changeEnvironment(boolean newEnvironment,
                  org.apache.tools.ant.types.Environment env) | 
|  Processor | AbstractProcessor.changeEnvironment(boolean newEnvironment,
                  org.apache.tools.ant.types.Environment env) | 
|  Processor | AbstractLinker.changeEnvironment(boolean newEnvironment,
                  org.apache.tools.ant.types.Environment env) | 
| Uses of Processor in net.sf.antcontrib.cpptasks.devstudio | 
|---|
| Classes in net.sf.antcontrib.cpptasks.devstudio that implement Processor | |
|---|---|
|  class | DevStudio2005CCompilerAdapter for the Microsoft(r) C/C++ 8 Optimizing Compiler | 
|  class | DevStudioCCompilerAdapter for the Microsoft(r) C/C++ Optimizing Compiler | 
|  class | DevStudioCompatibleCCompilerAn abstract base class for compilers that are basically command line compatible with Microsoft(r) C/C++ Optimizing Compiler | 
|  class | DevStudioCompatibleLibrarianAbstract base adapter for librarians with command line options compatible with the Microsoft(r) Library Manager | 
|  class | DevStudioCompatibleLinkerAbstract base class for linkers that try to mimic the command line arguments for the Microsoft (r) Incremental Linker | 
|  class | DevStudioLibrarianAdapter for the Microsoft (r) Library Manager | 
|  class | DevStudioLinkerAdapter for the Microsoft (r) Incremental Linker | 
|  class | DevStudioMIDLCompilerAdapter for the Microsoft (r) MIDL Compiler | 
|  class | DevStudioResourceCompilerAdapter for the Microsoft (r) Windows 32 Resource Compiler | 
| Methods in net.sf.antcontrib.cpptasks.devstudio that return Processor | |
|---|---|
|  Processor | DevStudioResourceCompiler.changeEnvironment(boolean newEnvironment,
                  org.apache.tools.ant.types.Environment env) | 
|  Processor | DevStudioMIDLCompiler.changeEnvironment(boolean newEnvironment,
                  org.apache.tools.ant.types.Environment env) | 
|  Processor | DevStudioCCompiler.changeEnvironment(boolean newEnvironment,
                  org.apache.tools.ant.types.Environment env) | 
|  Processor | DevStudio2005CCompiler.changeEnvironment(boolean newEnvironment,
                  org.apache.tools.ant.types.Environment env) | 
| Uses of Processor in net.sf.antcontrib.cpptasks.gcc | 
|---|
| Classes in net.sf.antcontrib.cpptasks.gcc that implement Processor | |
|---|---|
|  class | AbstractArLibrarianAdapter for the "ar" tool | 
|  class | AbstractLdLinkerAbstract adapter for ld-like linkers | 
|  class | GccCCompilerAdapter for the GCC C/C++ compiler | 
|  class | GccCompatibleCCompilerAbstract base class for compilers that attempt to be command line compatible with GCC | 
|  class | GccLibrarianAdapter for the 'ar' archiver | 
|  class | GccLinkerAdapter for the GCC linker | 
|  class | GppLinkerAdapter for the g++ variant of the GCC linker | 
|  class | LdLinkerAdapter for the 'ld' linker | 
|  class | WindresResourceCompilerAdapter for the GNU windres resource compiler. | 
| Methods in net.sf.antcontrib.cpptasks.gcc that return Processor | |
|---|---|
|  Processor | WindresResourceCompiler.changeEnvironment(boolean newEnvironment,
                  org.apache.tools.ant.types.Environment env) | 
|  Processor | GccCCompiler.changeEnvironment(boolean newEnvironment,
                  org.apache.tools.ant.types.Environment env) | 
| Uses of Processor in net.sf.antcontrib.cpptasks.gcc.cross | 
|---|
| Methods in net.sf.antcontrib.cpptasks.gcc.cross that return Processor | |
|---|---|
|  Processor | GccCCompiler.changeEnvironment(boolean newEnvironment,
                  org.apache.tools.ant.types.Environment env) | 
| Uses of Processor in net.sf.antcontrib.cpptasks.gcc.cross.sparc_sun_solaris2 | 
|---|
| Methods in net.sf.antcontrib.cpptasks.gcc.cross.sparc_sun_solaris2 that return Processor | |
|---|---|
|  Processor | GccCCompiler.changeEnvironment(boolean newEnvironment,
                  org.apache.tools.ant.types.Environment env) | 
| Uses of Processor in net.sf.antcontrib.cpptasks.hp | 
|---|
| Classes in net.sf.antcontrib.cpptasks.hp that implement Processor | |
|---|---|
|  class | aCCCompilerAdapter for the HP aC++ C++ compiler | 
|  class | aCCLinkerAdapter for Sun (r) Forte(tm) C++ Linker | 
| Uses of Processor in net.sf.antcontrib.cpptasks.ibm | 
|---|
| Classes in net.sf.antcontrib.cpptasks.ibm that implement Processor | |
|---|---|
|  class | VisualAgeCCompilerAdapter for the IBM(r) Visual Age(tm) C++ compiler for AIX(tm) | 
|  class | VisualAgeLinkerAdapter for IBM(r) Visual Age(tm) Linker for AIX(tm) | 
| Uses of Processor in net.sf.antcontrib.cpptasks.intel | 
|---|
| Classes in net.sf.antcontrib.cpptasks.intel that implement Processor | |
|---|---|
|  class | IntelLinux32CCompilerAdapter for the Intel (r) C/C++ compiler for IA-32 Linux (r) The Intel (r) C/C++ compiler for IA32 Linux mimics the command options for gcc compiler. | 
|  class | IntelLinux32LinkerAdapter for the Intel (r) Linker for Linux (r) for IA-32 | 
|  class | IntelLinux64CCompilerAdapter for the Intel (r) C/C++ compiler for IA-64 Linux (r) The Intel C/C++ compiler for IA-64 Linux mimics the command options for gcc compiler. | 
|  class | IntelLinux64LinkerAdapter for the Intel (r) linker for Linux for IA-64 | 
|  class | IntelWin32CCompilerAdapter for the Intel (r) C++ compiler for 32-bit applications The Intel (r) C++ compiler for IA32 Windows mimics the command options for the Microsoft (r) C++ compiler. | 
|  class | IntelWin32LibrarianAdapter for the xilib from the Intel(r) C++ Compiler for IA-32 or IA-64 systems running Microsoft (r) operating systems | 
|  class | IntelWin32LinkerAdapter for the Intel (r) linker for 32-bit applications | 
|  class | IntelWin64CCompilerAdapter for the Intel C++ compiler for Itanium(TM) Applications | 
| Methods in net.sf.antcontrib.cpptasks.intel that return Processor | |
|---|---|
|  Processor | IntelWin64CCompiler.changeEnvironment(boolean newEnvironment,
                  org.apache.tools.ant.types.Environment env) | 
|  Processor | IntelWin32CCompiler.changeEnvironment(boolean newEnvironment,
                  org.apache.tools.ant.types.Environment env) | 
|  Processor | IntelLinux64CCompiler.changeEnvironment(boolean newEnvironment,
                  org.apache.tools.ant.types.Environment env) | 
|  Processor | IntelLinux32CCompiler.changeEnvironment(boolean newEnvironment,
                  org.apache.tools.ant.types.Environment env) | 
| Uses of Processor in net.sf.antcontrib.cpptasks.mozilla | 
|---|
| Classes in net.sf.antcontrib.cpptasks.mozilla that implement Processor | |
|---|---|
|  class | XpidlCompilerAdapter for the Mozilla Xpidl Compiler. | 
| Methods in net.sf.antcontrib.cpptasks.mozilla that return Processor | |
|---|---|
|  Processor | XpidlCompiler.changeEnvironment(boolean newEnvironment,
                  org.apache.tools.ant.types.Environment env)Change enviroment (deprecated). | 
| Uses of Processor in net.sf.antcontrib.cpptasks.openwatcom | 
|---|
| Classes in net.sf.antcontrib.cpptasks.openwatcom that implement Processor | |
|---|---|
|  class | OpenWatcomCCompilerAdapter for the OpenWatcom C Compiler. | 
|  class | OpenWatcomCLinkerAdapter for the OpenWatcom linker. | 
|  class | OpenWatcomCompilerAn abstract base class for the OpenWatcom C and Fortran compilers. | 
|  class | OpenWatcomFortranCompilerAdapter for the OpenWatcom Fortran compiler. | 
|  class | OpenWatcomFortranLinkerAdapter for the OpenWatcom Fortran linker. | 
|  class | OpenWatcomLibrarianAdapter for the OpenWatcom Librarian. | 
|  class | OpenWatcomLinkerAdapter for the OpenWatcom linker. | 
| Methods in net.sf.antcontrib.cpptasks.openwatcom that return Processor | |
|---|---|
|  Processor | OpenWatcomCompiler.changeEnvironment(boolean newEnvironment,
                  org.apache.tools.ant.types.Environment env)Change enviroment. | 
| Uses of Processor in net.sf.antcontrib.cpptasks.os390 | 
|---|
| Classes in net.sf.antcontrib.cpptasks.os390 that implement Processor | |
|---|---|
|  class | OS390CCompilerAdapter for the IBM (R) OS/390 (tm) C++ Compiler | 
|  class | OS390LinkerAdapter for the IBM (R) OS/390 (tm) Linker | 
| Methods in net.sf.antcontrib.cpptasks.os390 that return Processor | |
|---|---|
|  Processor | OS390CCompiler.changeEnvironment(boolean newEnvironment,
                  org.apache.tools.ant.types.Environment env) | 
| Uses of Processor in net.sf.antcontrib.cpptasks.os400 | 
|---|
| Classes in net.sf.antcontrib.cpptasks.os400 that implement Processor | |
|---|---|
|  class | IccCompilerAdapter for the IBM (R) OS/390 (tm) C++ Compiler | 
|  class | IccLinkerAdapter for the IBM (R) OS/390 (tm) Linker | 
| Methods in net.sf.antcontrib.cpptasks.os400 that return Processor | |
|---|---|
|  Processor | IccCompiler.changeEnvironment(boolean newEnvironment,
                  org.apache.tools.ant.types.Environment env) | 
| Uses of Processor in net.sf.antcontrib.cpptasks.sun | 
|---|
| Classes in net.sf.antcontrib.cpptasks.sun that implement Processor | |
|---|---|
|  class | C89CCompilerAdapter for the Sun C89 C++ Compiler | 
|  class | C89LinkerAdapter for the Sun C89 Linker | 
|  class | ForteCCCompilerAdapter for the Sun (r) Forte (tm) C++ compiler | 
|  class | ForteCCLinkerAdapter for Sun (r) Forte(tm) C++ Linker | 
| Methods in net.sf.antcontrib.cpptasks.sun that return Processor | |
|---|---|
|  Processor | C89CCompiler.changeEnvironment(boolean newEnvironment,
                  org.apache.tools.ant.types.Environment env) | 
| Uses of Processor in net.sf.antcontrib.cpptasks.ti | 
|---|
| Classes in net.sf.antcontrib.cpptasks.ti that implement Processor | |
|---|---|
|  class | ClxxCCompilerAdapter for TI DSP compilers with cl** commands | 
|  class | ClxxLibrarianAdapter for TI DSP librarian * | 
|  class | ClxxLinkerAdapter for TI DSP linkers * | 
| Uses of Processor in net.sf.antcontrib.cpptasks.trolltech | 
|---|
| Classes in net.sf.antcontrib.cpptasks.trolltech that implement Processor | |
|---|---|
|  class | MetaObjectCompilerAdapter for the Trolltech Qt MOC Compiler. | 
|  class | UserInterfaceCompilerAdapter for the Trolltech Qt UIC Compiler. | 
| Methods in net.sf.antcontrib.cpptasks.trolltech that return Processor | |
|---|---|
|  Processor | UserInterfaceCompiler.changeEnvironment(boolean newEnvironment,
                  org.apache.tools.ant.types.Environment env)Change enviroment (deprecated). | 
|  Processor | MetaObjectCompiler.changeEnvironment(boolean newEnvironment,
                  org.apache.tools.ant.types.Environment env)Change enviroment (deprecated). | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||