Uses of Class
net.sf.antcontrib.cpptasks.ProcessorParam
Packages that use ProcessorParam
Package
Description
C++ and other compiled languages build support for Ant.
-
Uses of ProcessorParam in net.sf.antcontrib.cpptasks
Subclasses of ProcessorParam in net.sf.antcontrib.cpptasksModifier and TypeClassDescriptionclassPlace class description here.classPlace class description here.Methods in net.sf.antcontrib.cpptasks that return ProcessorParamModifier and TypeMethodDescriptionProcessorDef.getActiveProcessorParams()Prepares list of processor arguments ( compilerarg, linkerarg) that are active for the current project settings.Methods in net.sf.antcontrib.cpptasks with parameters of type ProcessorParamModifier and TypeMethodDescriptionprotected voidProcessorDef.addConfiguredProcessorParam(ProcessorParam param) Adds aor -
Uses of ProcessorParam in net.sf.antcontrib.cpptasks.compiler
Fields in net.sf.antcontrib.cpptasks.compiler declared as ProcessorParamModifier and TypeFieldDescriptionprivate ProcessorParam[]CommandLineCompilerConfiguration.paramsprivate ProcessorParam[]CommandLineLinkerConfiguration.paramsMethods in net.sf.antcontrib.cpptasks.compiler that return ProcessorParamModifier and TypeMethodDescriptionCommandLineCompilerConfiguration.getParams()CommandLineLinkerConfiguration.getParams()ProcessorConfiguration.getParams()Constructors in net.sf.antcontrib.cpptasks.compiler with parameters of type ProcessorParamModifierConstructorDescriptionCommandLineCompilerConfiguration(CommandLineCompiler compiler, String identifier, File[] includePath, File[] sysIncludePath, File[] envIncludePath, String includePathIdentifier, String[] args, ProcessorParam[] params, boolean rebuild, String[] endArgs) CommandLineLinkerConfiguration(CommandLineLinker linker, String identifier, String[][] args, ProcessorParam[] params, boolean rebuild, boolean map, boolean debug, String[] libraryNames, String startupObject)