Uses of Interface
net.sf.antcontrib.cpptasks.compiler.Processor
-
Packages that use Processor Package Description 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
Fields in net.sf.antcontrib.cpptasks declared as Processor Modifier and Type Field Description private ProcessorProcessorDef. processorProcessor.private ProcessorProcessorEnumValue. processorMethods in net.sf.antcontrib.cpptasks that return Processor Modifier and Type Method Description ProcessorCompilerDef. getProcessor()ProcessorLinkerDef. getProcessor()ProcessorLinkerDef. getProcessor(LinkType linkType)protected ProcessorProcessorDef. getProcessor()Obtains the appropriate processor (compiler, linker)protected ProcessorProcessorDef. getProcessor(LinkType linkType)Obtains the appropriate processor (compiler, linker) based on the LinkType.ProcessorProcessorEnumValue. getProcessor()Methods in net.sf.antcontrib.cpptasks with parameters of type Processor Modifier and Type Method Description protected voidCompilerDef. setProcessor(Processor proc)protected voidLinkerDef. setProcessor(Processor proc)protected voidProcessorDef. setProcessor(Processor processor)Sets the processorConstructors in net.sf.antcontrib.cpptasks with parameters of type Processor Constructor Description 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 Modifier and Type Class Description classADSCCompilerAdapter for the ARM C Compilers See Doc No: ARM DUI 0151A, Issued: Nov 2001 at http://www.arm.com/arm/User_Guides?OpenDocumentclassADSLibrarianAdapter for ARM LibrarianclassADSLinkerAdapter for the ARM Linker -
Uses of Processor in net.sf.antcontrib.cpptasks.borland
Classes in net.sf.antcontrib.cpptasks.borland that implement Processor Modifier and Type Class Description classBorlandCCompilerAdapter for the Borland(r) C/C++ compiler.classBorlandLibrarianAdapter for the Borland(r) tlib LibrarianclassBorlandLinkerAdapter for the Borland(r) ilink32 linkerclassBorlandResourceCompilerAdapter for the Borland(r) brc32 Resource compiler.Methods in net.sf.antcontrib.cpptasks.borland that return Processor Modifier and Type Method Description ProcessorBorlandCCompiler. changeEnvironment(boolean newEnvironment, org.apache.tools.ant.types.Environment env)ProcessorBorlandResourceCompiler. 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 Modifier and Type Class Description classCompaqVisualFortranCompilerAdapter for the Compaq(r) Visual Fortran compiler.classCompaqVisualFortranLibrarianAdapter for the Compaq(r) Visual Fortran LibrarianclassCompaqVisualFortranLinkerAdapter for the Compaq(r) Visual Fortran linker.Methods in net.sf.antcontrib.cpptasks.compaq that return Processor Modifier and Type Method Description ProcessorCompaqVisualFortranCompiler. 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 Modifier and Type Interface Description interfaceCompilerA compiler.interfaceLinkerA linker for executables, and static and dynamic libraries.Classes in net.sf.antcontrib.cpptasks.compiler that implement Processor Modifier and Type Class Description classAbstractCompilerAn abstract compiler implementation.classAbstractLinkerAn abstract Linker implementation.classAbstractProcessorAn abstract processor (compiler/linker) implementation.classCommandLineCCompilerAn abstract Compiler implementation which uses an external program to perform the compile.classCommandLineCompilerAn abstract Compiler implementation which uses an external program to perform the compile.classCommandLineFortranCompilerAn abstract Compiler implementation which uses an external program to perform the compile.classCommandLineLinkerAn abstract Linker implementation that performs the link via an external command.classPrecompilingCommandLineCCompilerA command line C compiler that can utilize precompilation of header filesclassPrecompilingCommandLineCompilerA command line C compiler that can utilize precompilation of header filesMethods in net.sf.antcontrib.cpptasks.compiler that return Processor Modifier and Type Method Description ProcessorAbstractLinker. changeEnvironment(boolean newEnvironment, org.apache.tools.ant.types.Environment env)ProcessorAbstractProcessor. changeEnvironment(boolean newEnvironment, org.apache.tools.ant.types.Environment env)ProcessorProcessor. 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 Modifier and Type Class Description classDevStudio2005CCompilerAdapter for the Microsoft(r) C/C++ 8 Optimizing CompilerclassDevStudioCCompilerAdapter for the Microsoft(r) C/C++ Optimizing CompilerclassDevStudioCompatibleCCompilerAn abstract base class for compilers that are basically command line compatible with Microsoft(r) C/C++ Optimizing CompilerclassDevStudioCompatibleLibrarianAbstract base adapter for librarians with command line options compatible with the Microsoft(r) Library ManagerclassDevStudioCompatibleLinkerAbstract base class for linkers that try to mimic the command line arguments for the Microsoft (r) Incremental LinkerclassDevStudioLibrarianAdapter for the Microsoft (r) Library ManagerclassDevStudioLinkerAdapter for the Microsoft (r) Incremental LinkerclassDevStudioMIDLCompilerAdapter for the Microsoft (r) MIDL CompilerclassDevStudioResourceCompilerAdapter for the Microsoft (r) Windows 32 Resource CompilerMethods in net.sf.antcontrib.cpptasks.devstudio that return Processor Modifier and Type Method Description ProcessorDevStudio2005CCompiler. changeEnvironment(boolean newEnvironment, org.apache.tools.ant.types.Environment env)ProcessorDevStudioCCompiler. changeEnvironment(boolean newEnvironment, org.apache.tools.ant.types.Environment env)ProcessorDevStudioMIDLCompiler. changeEnvironment(boolean newEnvironment, org.apache.tools.ant.types.Environment env)ProcessorDevStudioResourceCompiler. 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 Modifier and Type Class Description classAbstractArLibrarianAdapter for the "ar" toolclassAbstractLdLinkerAbstract adapter for ld-like linkersclassGccCCompilerAdapter for the GCC C/C++ compilerclassGccCompatibleCCompilerAbstract base class for compilers that attempt to be command line compatible with GCCclassGccLibrarianAdapter for the 'ar' archiverclassGccLinkerAdapter for the GCC linkerclassGppLinkerAdapter for the g++ variant of the GCC linkerclassLdLinkerAdapter for the 'ld' linkerclassWindresResourceCompilerAdapter for the GNU windres resource compiler.Methods in net.sf.antcontrib.cpptasks.gcc that return Processor Modifier and Type Method Description ProcessorGccCCompiler. changeEnvironment(boolean newEnvironment, org.apache.tools.ant.types.Environment env)ProcessorWindresResourceCompiler. changeEnvironment(boolean newEnvironment, org.apache.tools.ant.types.Environment env) -
Uses of Processor in net.sf.antcontrib.cpptasks.gcc.cross
Classes in net.sf.antcontrib.cpptasks.gcc.cross that implement Processor Modifier and Type Class Description classGccCCompilerAdapter for the GCC C/C++ compilerclassGccLibrarianAdapter for the 'ar' archiverclassGccLinkerAdapter for the GCC linkerclassGppLinkerAdapter for the g++ variant of the GCC linkerclassLdLinkerAdapter for the 'ld' linkerMethods in net.sf.antcontrib.cpptasks.gcc.cross that return Processor Modifier and Type Method Description ProcessorGccCCompiler. changeEnvironment(boolean newEnvironment, org.apache.tools.ant.types.Environment env) -
Uses of Processor in net.sf.antcontrib.cpptasks.gcc.cross.sparc_sun_solaris2
Classes in net.sf.antcontrib.cpptasks.gcc.cross.sparc_sun_solaris2 that implement Processor Modifier and Type Class Description classGccCCompilerAdapter for the GCC C/C++ compilerclassGccLibrarianAdapter for the 'ar' archiverclassGccLinkerAdapter for the GCC linkerclassGppLinkerAdapter for the g++ variant of the GCC linkerclassLdLinkerAdapter for the 'ld' linkerMethods in net.sf.antcontrib.cpptasks.gcc.cross.sparc_sun_solaris2 that return Processor Modifier and Type Method Description ProcessorGccCCompiler. 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 Modifier and Type Class Description classaCCCompilerAdapter for the HP aC++ C++ compilerclassaCCLinkerAdapter 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 Modifier and Type Class Description classVisualAgeCCompilerAdapter for the IBM(r) Visual Age(tm) C++ compiler for AIX(tm)classVisualAgeLinkerAdapter 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 Modifier and Type Class Description classIntelLinux32CCompilerAdapter 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.classIntelLinux32LinkerAdapter for the Intel (r) Linker for Linux (r) for IA-32classIntelLinux64CCompilerAdapter 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.classIntelLinux64LinkerAdapter for the Intel (r) linker for Linux for IA-64classIntelWin32CCompilerAdapter 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.classIntelWin32LibrarianAdapter for the xilib from the Intel(r) C++ Compiler for IA-32 or IA-64 systems running Microsoft (r) operating systemsclassIntelWin32LinkerAdapter for the Intel (r) linker for 32-bit applicationsclassIntelWin64CCompilerAdapter for the Intel C++ compiler for Itanium(TM) ApplicationsMethods in net.sf.antcontrib.cpptasks.intel that return Processor Modifier and Type Method Description ProcessorIntelLinux32CCompiler. changeEnvironment(boolean newEnvironment, org.apache.tools.ant.types.Environment env)ProcessorIntelLinux64CCompiler. changeEnvironment(boolean newEnvironment, org.apache.tools.ant.types.Environment env)ProcessorIntelWin32CCompiler. changeEnvironment(boolean newEnvironment, org.apache.tools.ant.types.Environment env)ProcessorIntelWin64CCompiler. 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 Modifier and Type Class Description classXpidlCompilerAdapter for the Mozilla Xpidl Compiler.Methods in net.sf.antcontrib.cpptasks.mozilla that return Processor Modifier and Type Method Description ProcessorXpidlCompiler. 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 Modifier and Type Class Description classOpenWatcomCCompilerAdapter for the OpenWatcom C Compiler.classOpenWatcomCLinkerAdapter for the OpenWatcom linker.classOpenWatcomCompilerAn abstract base class for the OpenWatcom C and Fortran compilers.classOpenWatcomFortranCompilerAdapter for the OpenWatcom Fortran compiler.classOpenWatcomFortranLinkerAdapter for the OpenWatcom Fortran linker.classOpenWatcomLibrarianAdapter for the OpenWatcom Librarian.classOpenWatcomLinkerAdapter for the OpenWatcom linker.Methods in net.sf.antcontrib.cpptasks.openwatcom that return Processor Modifier and Type Method Description ProcessorOpenWatcomCompiler. 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 Modifier and Type Class Description classOS390CCompilerAdapter for the IBM (R) OS/390 (tm) C++ CompilerclassOS390LinkerAdapter for the IBM (R) OS/390 (tm) LinkerMethods in net.sf.antcontrib.cpptasks.os390 that return Processor Modifier and Type Method Description ProcessorOS390CCompiler. 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 Modifier and Type Class Description classIccCompilerAdapter for the IBM (R) OS/390 (tm) C++ CompilerclassIccLinkerAdapter for the IBM (R) OS/390 (tm) LinkerMethods in net.sf.antcontrib.cpptasks.os400 that return Processor Modifier and Type Method Description ProcessorIccCompiler. 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 Modifier and Type Class Description classC89CCompilerAdapter for the Sun C89 C++ CompilerclassC89LinkerAdapter for the Sun C89 LinkerclassForteCCCompilerAdapter for the Sun (r) Forte (tm) C++ compilerclassForteCCLinkerAdapter for Sun (r) Forte(tm) C++ LinkerMethods in net.sf.antcontrib.cpptasks.sun that return Processor Modifier and Type Method Description ProcessorC89CCompiler. 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 Modifier and Type Class Description classClxxCCompilerAdapter for TI DSP compilers with cl** commandsclassClxxLibrarianAdapter for TI DSP librarian *classClxxLinkerAdapter for TI DSP linkers * -
Uses of Processor in net.sf.antcontrib.cpptasks.trolltech
Classes in net.sf.antcontrib.cpptasks.trolltech that implement Processor Modifier and Type Class Description classMetaObjectCompilerAdapter for the Trolltech Qt MOC Compiler.classUserInterfaceCompilerAdapter for the Trolltech Qt UIC Compiler.Methods in net.sf.antcontrib.cpptasks.trolltech that return Processor Modifier and Type Method Description ProcessorMetaObjectCompiler. changeEnvironment(boolean newEnvironment, org.apache.tools.ant.types.Environment env)Change enviroment (deprecated).ProcessorUserInterfaceCompiler. changeEnvironment(boolean newEnvironment, org.apache.tools.ant.types.Environment env)Change enviroment (deprecated).
-