Uses of Class
net.sf.antcontrib.cpptasks.TargetDef

Packages that use TargetDef
net.sf.antcontrib.cpptasks   
net.sf.antcontrib.cpptasks.compiler   
 

Uses of TargetDef in net.sf.antcontrib.cpptasks
 

Methods in net.sf.antcontrib.cpptasks that return TargetDef
 TargetDef CCTask.getTargetPlatform()
           
 

Methods in net.sf.antcontrib.cpptasks with parameters of type TargetDef
 void CCTask.addConfiguredTarget(TargetDef target)
          Adds a target definition or reference (Non-functional prototype).
 ProcessorConfiguration LinkerDef.createConfiguration(CCTask task, LinkType linkType, ProcessorDef baseDef, TargetDef targetPlatform)
           
 ProcessorConfiguration ProcessorDef.createConfiguration(CCTask task, LinkType linkType, ProcessorDef baseDef, TargetDef targetPlatform)
          Creates a configuration
 

Uses of TargetDef in net.sf.antcontrib.cpptasks.compiler
 

Methods in net.sf.antcontrib.cpptasks.compiler with parameters of type TargetDef
protected abstract  CompilerConfiguration AbstractCompiler.createConfiguration(CCTask task, LinkType linkType, ProcessorDef[] baseConfigs, CompilerDef specificConfig, TargetDef targetPlatform)
           
protected  CompilerConfiguration CommandLineCompiler.createConfiguration(CCTask task, LinkType linkType, ProcessorDef[] baseDefs, CompilerDef specificDef, TargetDef targetPlatform)
           
protected abstract  LinkerConfiguration AbstractLinker.createConfiguration(CCTask task, LinkType linkType, ProcessorDef[] baseConfigs, LinkerDef specificConfig, TargetDef targetPlatform)
           
protected  LinkerConfiguration CommandLineLinker.createConfiguration(CCTask task, LinkType linkType, ProcessorDef[] baseDefs, LinkerDef specificDef, TargetDef targetPlatform)
           
 ProcessorConfiguration AbstractCompiler.createConfiguration(CCTask task, LinkType linkType, ProcessorDef[] baseConfigs, ProcessorDef specificConfig, TargetDef targetPlatform)
           
 ProcessorConfiguration AbstractLinker.createConfiguration(CCTask task, LinkType linkType, ProcessorDef[] baseConfigs, ProcessorDef specificConfig, TargetDef targetPlatform)
           
 ProcessorConfiguration Processor.createConfiguration(CCTask task, LinkType linkType, ProcessorDef[] defaultProviders, ProcessorDef specificConfig, TargetDef targetPlatform)
          Returns the compiler configuration for or element.