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 Processor
ProcessorDef.processor
Processor.private Processor
ProcessorEnumValue.processor
Methods in net.sf.antcontrib.cpptasks that return ProcessorModifier and TypeMethodDescriptionCompilerDef.getProcessor()
LinkerDef.getProcessor()
LinkerDef.getProcessor
(LinkType linkType) protected Processor
ProcessorDef.getProcessor()
Obtains the appropriate processor (compiler, linker)protected Processor
ProcessorDef.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 void
CompilerDef.setProcessor
(Processor proc) protected void
LinkerDef.setProcessor
(Processor proc) protected void
ProcessorDef.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 TypeClassDescriptionclass
Adapter for the ARM C Compilers See Doc No: ARM DUI 0151A, Issued: Nov 2001 at http://www.arm.com/arm/User_Guides?OpenDocumentclass
Adapter for ARM Librarianclass
Adapter for the ARM Linker -
Uses of Processor in net.sf.antcontrib.cpptasks.borland
Classes in net.sf.antcontrib.cpptasks.borland that implement ProcessorModifier and TypeClassDescriptionclass
Adapter for the Borland(r) C/C++ compiler.class
Adapter for the Borland(r) tlib Librarianfinal class
Adapter for the Borland(r) ilink32 linkerclass
Adapter 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 TypeClassDescriptionclass
Adapter for the Compaq(r) Visual Fortran compiler.class
Adapter for the Compaq(r) Visual Fortran Librarianfinal class
Adapter 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 TypeInterfaceDescriptioninterface
A compiler.interface
A linker for executables, and static and dynamic libraries.Classes in net.sf.antcontrib.cpptasks.compiler that implement ProcessorModifier and TypeClassDescriptionclass
An abstract compiler implementation.class
An abstract Linker implementation.class
An abstract processor (compiler/linker) implementation.class
An abstract Compiler implementation which uses an external program to perform the compile.class
An abstract Compiler implementation which uses an external program to perform the compile.class
An abstract Compiler implementation which uses an external program to perform the compile.class
An abstract Linker implementation that performs the link via an external command.class
A command line C compiler that can utilize precompilation of header filesclass
A 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 class
Adapter for the Microsoft(r) C/C++ 8 Optimizing Compilerfinal class
Adapter for the Microsoft(r) C/C++ Optimizing Compilerclass
An abstract base class for compilers that are basically command line compatible with Microsoft(r) C/C++ Optimizing Compilerclass
Abstract base adapter for librarians with command line options compatible with the Microsoft(r) Library Managerclass
Abstract base class for linkers that try to mimic the command line arguments for the Microsoft (r) Incremental Linkerfinal class
Adapter for the Microsoft (r) Library Managerfinal class
Adapter for the Microsoft (r) Incremental Linkerfinal class
Adapter for the Microsoft (r) MIDL Compilerfinal class
Adapter 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 TypeClassDescriptionclass
Adapter for the "ar" toolclass
Abstract adapter for ld-like linkersfinal class
Adapter for the GCC C/C++ compilerclass
Abstract base class for compilers that attempt to be command line compatible with GCCfinal class
Adapter for the 'ar' archiverclass
Adapter for the GCC linkerclass
Adapter for the g++ variant of the GCC linkerfinal class
Adapter for the 'ld' linkerfinal class
Adapter 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 class
Adapter for the GCC C/C++ compilerfinal class
Adapter for the 'ar' archiverclass
Adapter for the GCC linkerclass
Adapter for the g++ variant of the GCC linkerfinal class
Adapter 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 class
Adapter for the GCC C/C++ compilerfinal class
Adapter for the 'ar' archiverclass
Adapter for the GCC linkerclass
Adapter for the g++ variant of the GCC linkerfinal class
Adapter 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 class
Adapter for the HP aC++ C++ compilerfinal class
Adapter 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 class
Adapter for the IBM(r) Visual Age(tm) C++ compiler for AIX(tm)final class
Adapter 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 class
Adapter 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 class
Adapter for the Intel (r) Linker for Linux (r) for IA-32final class
Adapter 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 class
Adapter for the Intel (r) linker for Linux for IA-64final class
Adapter 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
Adapter for the xilib from the Intel(r) C++ Compiler for IA-32 or IA-64 systems running Microsoft (r) operating systemsfinal class
Adapter for the Intel (r) linker for 32-bit applicationsfinal class
Adapter 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 class
Adapter 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 class
Adapter for the OpenWatcom C Compiler.final class
Adapter for the OpenWatcom linker.class
An abstract base class for the OpenWatcom C and Fortran compilers.final class
Adapter for the OpenWatcom Fortran compiler.final class
Adapter for the OpenWatcom Fortran linker.final class
Adapter for the OpenWatcom Librarian.class
Adapter for the OpenWatcom linker.Methods in net.sf.antcontrib.cpptasks.openwatcom that return ProcessorModifier and TypeMethodDescriptionfinal 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 ProcessorModifier and TypeClassDescriptionclass
Adapter for the IBM (R) OS/390 (tm) C++ Compilerfinal class
Adapter 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 TypeClassDescriptionclass
Adapter for the IBM (R) OS/390 (tm) C++ Compilerfinal class
Adapter 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 TypeClassDescriptionclass
Adapter for the Sun C89 C++ Compilerfinal class
Adapter for the Sun C89 Linkerfinal class
Adapter for the Sun (r) Forte (tm) C++ compilerfinal class
Adapter 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 TypeClassDescriptionclass
Adapter for TI DSP compilers with cl** commandsclass
Adapter for TI DSP librarian *class
Adapter 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 class
Adapter for the Trolltech Qt MOC Compiler.final class
Adapter 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).