Uses of Class
org.eclipse.cdt.managedbuilder.internal.core.OptionReference

Packages that use OptionReference
org.eclipse.cdt.managedbuilder.core   
org.eclipse.cdt.managedbuilder.internal.core   
 

Uses of OptionReference in org.eclipse.cdt.managedbuilder.core
 

Methods in org.eclipse.cdt.managedbuilder.core that return OptionReference
 OptionReference IToolReference.createOptionReference(IOption option)
          Answers a reference to the option.
 

Uses of OptionReference in org.eclipse.cdt.managedbuilder.internal.core
 

Methods in org.eclipse.cdt.managedbuilder.internal.core that return OptionReference
 OptionReference ToolReference.createOptionReference(IOption option)
           
 

Methods in org.eclipse.cdt.managedbuilder.internal.core with parameters of type OptionReference
 void ToolReference.addOptionReference(OptionReference optionRef)
          Adds the option reference specified in the argument to the receiver.