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 CompilerDefCCTask. compilerDefContent 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 voidCCTask. addConfiguredCompiler(CompilerDef compiler)Adds a compiler definition or reference.PrecompileDefCompilerDef. getActivePrecompile(CompilerDef ccElement)booleanCompilerDef. getExceptions(CompilerDef[] defaultProviders, int index)booleanCompilerDef. getMultithreaded(CompilerDef[] defaultProviders, int index)OptimizationEnumCompilerDef. getOptimization(CompilerDef[] defaultProviders, int index)java.lang.BooleanCompilerDef. getRtti(CompilerDef[] defaultProviders, int index)intCompilerDef. 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 voidCommandLineCompiler. buildDefineArguments(CompilerDef[] defs, java.util.Vector args)protected abstract CompilerConfigurationAbstractCompiler. createConfiguration(CCTask task, LinkType linkType, ProcessorDef[] baseConfigs, CompilerDef specificConfig, TargetDef targetPlatform, VersionInfo versionInfo)protected CompilerConfigurationCommandLineCompiler. 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 voidOS390CCompiler. 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().
-