org.eclipse.cdt.managedbuilder.macros
Interface IReservedMacroNameSupplier


public interface IReservedMacroNameSupplier

This interface is to be implemented by the tool-integrator to specify to the MBS the reserved builder variable names

Since:
3.0

Method Summary
 boolean isReservedName(java.lang.String macroName, IConfiguration configuration)
           
 

Method Detail

isReservedName

boolean isReservedName(java.lang.String macroName,
                       IConfiguration configuration)
Returns:
true if the given macro name is reserved by the builder or the makefile generator