Uses of Class
net.sf.antcontrib.cpptasks.CompilerDef
-
Packages that use CompilerDef Package Description net.sf.antcontrib.cpptasks C++ and other compiled languages build support for Ant.net.sf.antcontrib.cpptasks.compiler net.sf.antcontrib.cpptasks.os390 -
-
Uses of CompilerDef in net.sf.antcontrib.cpptasks
Fields in net.sf.antcontrib.cpptasks declared as CompilerDef Modifier and Type Field Description private CompilerDef
CCTask. compilerDef
Content that appears inand also in are maintained by a captive CompilerDef instance Methods in net.sf.antcontrib.cpptasks with parameters of type CompilerDef Modifier and Type Method Description void
CCTask. addConfiguredCompiler(CompilerDef compiler)
Adds a compiler definition or reference.PrecompileDef
CompilerDef. getActivePrecompile(CompilerDef ccElement)
boolean
CompilerDef. getExceptions(CompilerDef[] defaultProviders, int index)
boolean
CompilerDef. getMultithreaded(CompilerDef[] defaultProviders, int index)
OptimizationEnum
CompilerDef. getOptimization(CompilerDef[] defaultProviders, int index)
java.lang.Boolean
CompilerDef. getRtti(CompilerDef[] defaultProviders, int index)
int
CompilerDef. getWarnings(CompilerDef[] defaultProviders, int index)
-
Uses of CompilerDef in net.sf.antcontrib.cpptasks.compiler
Methods in net.sf.antcontrib.cpptasks.compiler with parameters of type CompilerDef Modifier and Type Method Description protected void
CommandLineCompiler. buildDefineArguments(CompilerDef[] defs, java.util.Vector args)
protected abstract CompilerConfiguration
AbstractCompiler. createConfiguration(CCTask task, LinkType linkType, ProcessorDef[] baseConfigs, CompilerDef specificConfig, TargetDef targetPlatform, VersionInfo versionInfo)
protected CompilerConfiguration
CommandLineCompiler. createConfiguration(CCTask task, LinkType linkType, ProcessorDef[] baseDefs, CompilerDef specificDef, TargetDef targetPlatform, VersionInfo versionInfo)
-
Uses of CompilerDef in net.sf.antcontrib.cpptasks.os390
Methods in net.sf.antcontrib.cpptasks.os390 with parameters of type CompilerDef Modifier and Type Method Description protected void
OS390CCompiler. buildDefineArguments(CompilerDef[] defs, java.util.Vector args)
The buildDefineArguments implementation CommandLineCCompiler is not good for us because os390 defines are give by -D definex instead of /Ddefinex, 2 args not 1! since we implement this ourslefs, we do not have to implement the getDefineSwitch() and the getUndefineSwitch().
-