org.eclipse.cdt.managedbuilder.macros
Interface IOptionContextData

All Known Implementing Classes:
OptionContextData

public interface IOptionContextData

This interface is used to represent an option context data

Since:
3.0

Method Summary
 IOption getOption()
          Returns an option
 IBuildObject getParent()
          Returns IBuildObject that represents the option holder.
 

Method Detail

getOption

IOption getOption()
Returns an option

Returns:
IOption

getParent

IBuildObject getParent()
Returns IBuildObject that represents the option holder. For the backward compatibility MBS will also support the cases when this method returns either an IToolChain or IResourceConfiguration. In this case MBS will try to obtain the option holder automatically, but it might fail in case the tool-chain/resource configuration contains more than one tools with the same super-class

Returns:
IBuildObject