Uses of Interface
net.sf.antcontrib.cpptasks.compiler.Processor
Packages that use Processor
Package
Description
C++ and other compiled languages build support for Ant.
Adapter for Borland tools.
Adapters for Microsoft tools.
Compiler adapter for Mozilla's XPCOM compiler.
Adapters for OpenWatcom compilers and tools.
Adapters for Trolltech Qt moc and uic compilers.
-
Uses of Processor in net.sf.antcontrib.cpptasks
Fields in net.sf.antcontrib.cpptasks declared as ProcessorModifier and TypeFieldDescriptionprivate ProcessorProcessorDef.processorProcessor.private ProcessorProcessorEnumValue.processorMethods in net.sf.antcontrib.cpptasks that return ProcessorModifier and TypeMethodDescriptionCompilerDef.getProcessor()LinkerDef.getProcessor()LinkerDef.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.ProcessorEnumValue.getProcessor()Methods in net.sf.antcontrib.cpptasks with parameters of type ProcessorModifier and TypeMethodDescriptionprotected 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 -
Uses of Processor in net.sf.antcontrib.cpptasks.arm
Classes in net.sf.antcontrib.cpptasks.arm that implement ProcessorModifier and TypeClassDescriptionclassAdapter for the ARM C Compilers See Doc No: ARM DUI 0151A, Issued: Nov 2001 at http://www.arm.com/arm/User_Guides?OpenDocumentclassAdapter for ARM LibrarianclassAdapter for the ARM Linker -
Uses of Processor in net.sf.antcontrib.cpptasks.borland
Classes in net.sf.antcontrib.cpptasks.borland that implement ProcessorModifier and TypeClassDescriptionclassAdapter for the Borland(r) C/C++ compiler.classAdapter for the Borland(r) tlib Librarianfinal classAdapter for the Borland(r) ilink32 linkerclassAdapter for the Borland(r) brc32 Resource compiler.Methods in net.sf.antcontrib.cpptasks.borland that return ProcessorModifier and TypeMethodDescriptionBorlandCCompiler.changeEnvironment(boolean newEnvironment, org.apache.tools.ant.types.Environment env) BorlandResourceCompiler.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 ProcessorModifier and TypeClassDescriptionclassAdapter for the Compaq(r) Visual Fortran compiler.classAdapter for the Compaq(r) Visual Fortran Librarianfinal classAdapter for the Compaq(r) Visual Fortran linker.Methods in net.sf.antcontrib.cpptasks.compaq that return ProcessorModifier and TypeMethodDescriptionCompaqVisualFortranCompiler.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.compilerModifier and TypeInterfaceDescriptioninterfaceA compiler.interfaceA linker for executables, and static and dynamic libraries.Classes in net.sf.antcontrib.cpptasks.compiler that implement ProcessorModifier and TypeClassDescriptionclassAn abstract compiler implementation.classAn abstract Linker implementation.classAn abstract processor (compiler/linker) implementation.classAn abstract Compiler implementation which uses an external program to perform the compile.classAn abstract Compiler implementation which uses an external program to perform the compile.classAn abstract Compiler implementation which uses an external program to perform the compile.classAn abstract Linker implementation that performs the link via an external command.classA command line C compiler that can utilize precompilation of header filesclassA command line C compiler that can utilize precompilation of header filesMethods in net.sf.antcontrib.cpptasks.compiler that return ProcessorModifier and TypeMethodDescriptionAbstractLinker.changeEnvironment(boolean newEnvironment, org.apache.tools.ant.types.Environment env) AbstractProcessor.changeEnvironment(boolean newEnvironment, org.apache.tools.ant.types.Environment env) Processor.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 ProcessorModifier and TypeClassDescriptionfinal classAdapter for the Microsoft(r) C/C++ 8 Optimizing Compilerfinal classAdapter for the Microsoft(r) C/C++ Optimizing CompilerclassAn abstract base class for compilers that are basically command line compatible with Microsoft(r) C/C++ Optimizing CompilerclassAbstract base adapter for librarians with command line options compatible with the Microsoft(r) Library ManagerclassAbstract base class for linkers that try to mimic the command line arguments for the Microsoft (r) Incremental Linkerfinal classAdapter for the Microsoft (r) Library Managerfinal classAdapter for the Microsoft (r) Incremental Linkerfinal classAdapter for the Microsoft (r) MIDL Compilerfinal classAdapter for the Microsoft (r) Windows 32 Resource CompilerMethods in net.sf.antcontrib.cpptasks.devstudio that return ProcessorModifier and TypeMethodDescriptionDevStudio2005CCompiler.changeEnvironment(boolean newEnvironment, org.apache.tools.ant.types.Environment env) DevStudioCCompiler.changeEnvironment(boolean newEnvironment, org.apache.tools.ant.types.Environment env) DevStudioMIDLCompiler.changeEnvironment(boolean newEnvironment, org.apache.tools.ant.types.Environment env) DevStudioResourceCompiler.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 ProcessorModifier and TypeClassDescriptionclassAdapter for the "ar" toolclassAbstract adapter for ld-like linkersfinal classAdapter for the GCC C/C++ compilerclassAbstract base class for compilers that attempt to be command line compatible with GCCfinal classAdapter for the 'ar' archiverclassAdapter for the GCC linkerclassAdapter for the g++ variant of the GCC linkerfinal classAdapter for the 'ld' linkerfinal classAdapter for the GNU windres resource compiler.Methods in net.sf.antcontrib.cpptasks.gcc that return ProcessorModifier and TypeMethodDescriptionGccCCompiler.changeEnvironment(boolean newEnvironment, org.apache.tools.ant.types.Environment env) WindresResourceCompiler.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 ProcessorModifier and TypeClassDescriptionfinal classAdapter for the GCC C/C++ compilerfinal classAdapter for the 'ar' archiverclassAdapter for the GCC linkerclassAdapter for the g++ variant of the GCC linkerfinal classAdapter for the 'ld' linkerMethods in net.sf.antcontrib.cpptasks.gcc.cross that return ProcessorModifier and TypeMethodDescriptionGccCCompiler.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 ProcessorModifier and TypeClassDescriptionfinal classAdapter for the GCC C/C++ compilerfinal classAdapter for the 'ar' archiverclassAdapter for the GCC linkerclassAdapter for the g++ variant of the GCC linkerfinal classAdapter for the 'ld' linkerMethods in net.sf.antcontrib.cpptasks.gcc.cross.sparc_sun_solaris2 that return ProcessorModifier and TypeMethodDescriptionGccCCompiler.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 ProcessorModifier and TypeClassDescriptionfinal classAdapter for the HP aC++ C++ compilerfinal classAdapter 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 ProcessorModifier and TypeClassDescriptionfinal classAdapter for the IBM(r) Visual Age(tm) C++ compiler for AIX(tm)final classAdapter 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 ProcessorModifier and TypeClassDescriptionfinal classAdapter 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.final classAdapter for the Intel (r) Linker for Linux (r) for IA-32final classAdapter 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.final classAdapter for the Intel (r) linker for Linux for IA-64final classAdapter 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.classAdapter for the xilib from the Intel(r) C++ Compiler for IA-32 or IA-64 systems running Microsoft (r) operating systemsfinal classAdapter for the Intel (r) linker for 32-bit applicationsfinal classAdapter for the Intel C++ compiler for Itanium(TM) ApplicationsMethods in net.sf.antcontrib.cpptasks.intel that return ProcessorModifier and TypeMethodDescriptionIntelLinux32CCompiler.changeEnvironment(boolean newEnvironment, org.apache.tools.ant.types.Environment env) IntelLinux64CCompiler.changeEnvironment(boolean newEnvironment, org.apache.tools.ant.types.Environment env) IntelWin32CCompiler.changeEnvironment(boolean newEnvironment, org.apache.tools.ant.types.Environment env) IntelWin64CCompiler.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 ProcessorModifier and TypeClassDescriptionfinal classAdapter for the Mozilla Xpidl Compiler.Methods in net.sf.antcontrib.cpptasks.mozilla that return ProcessorModifier and TypeMethodDescriptionXpidlCompiler.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 ProcessorModifier and TypeClassDescriptionfinal classAdapter for the OpenWatcom C Compiler.final classAdapter for the OpenWatcom linker.classAn abstract base class for the OpenWatcom C and Fortran compilers.final classAdapter for the OpenWatcom Fortran compiler.final classAdapter for the OpenWatcom Fortran linker.final classAdapter for the OpenWatcom Librarian.classAdapter for the OpenWatcom linker.Methods in net.sf.antcontrib.cpptasks.openwatcom that return ProcessorModifier and TypeMethodDescriptionfinal 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 ProcessorModifier and TypeClassDescriptionclassAdapter for the IBM (R) OS/390 (tm) C++ Compilerfinal classAdapter for the IBM (R) OS/390 (tm) LinkerMethods in net.sf.antcontrib.cpptasks.os390 that return ProcessorModifier and TypeMethodDescriptionOS390CCompiler.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 ProcessorModifier and TypeClassDescriptionclassAdapter for the IBM (R) OS/390 (tm) C++ Compilerfinal classAdapter for the IBM (R) OS/390 (tm) LinkerMethods in net.sf.antcontrib.cpptasks.os400 that return ProcessorModifier and TypeMethodDescriptionIccCompiler.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 ProcessorModifier and TypeClassDescriptionclassAdapter for the Sun C89 C++ Compilerfinal classAdapter for the Sun C89 Linkerfinal classAdapter for the Sun (r) Forte (tm) C++ compilerfinal classAdapter for Sun (r) Forte(tm) C++ LinkerMethods in net.sf.antcontrib.cpptasks.sun that return ProcessorModifier and TypeMethodDescriptionC89CCompiler.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 ProcessorModifier and TypeClassDescriptionclassAdapter for TI DSP compilers with cl** commandsclassAdapter for TI DSP librarian *classAdapter for TI DSP linkers * -
Uses of Processor in net.sf.antcontrib.cpptasks.trolltech
Classes in net.sf.antcontrib.cpptasks.trolltech that implement ProcessorModifier and TypeClassDescriptionfinal classAdapter for the Trolltech Qt MOC Compiler.final classAdapter for the Trolltech Qt UIC Compiler.Methods in net.sf.antcontrib.cpptasks.trolltech that return ProcessorModifier and TypeMethodDescriptionMetaObjectCompiler.changeEnvironment(boolean newEnvironment, org.apache.tools.ant.types.Environment env) Change enviroment (deprecated).UserInterfaceCompiler.changeEnvironment(boolean newEnvironment, org.apache.tools.ant.types.Environment env) Change enviroment (deprecated).