org.eclipse.cdt.managedbuilder.macros
Interface IBuildMacroStatus

All Superinterfaces:
ICdtVariableStatus, org.eclipse.core.runtime.IStatus
All Known Implementing Classes:
BuildMacroStatus

public interface IBuildMacroStatus
extends ICdtVariableStatus

This interface represents the status of a build macro operation

Since:
3.0

Field Summary
 
Fields inherited from interface org.eclipse.cdt.core.cdtvariables.ICdtVariableStatus
TYPE_ERROR, TYPE_MACRO_NOT_STRING, TYPE_MACRO_NOT_STRINGLIST, TYPE_MACRO_REFERENCE_INCORRECT, TYPE_MACRO_UNDEFINED, TYPE_MACROS_REFERENCE_EACHOTHER
 
Fields inherited from interface org.eclipse.core.runtime.IStatus
CANCEL, ERROR, INFO, OK, WARNING
 
Method Summary
 java.lang.Object getContextData()
          returns the context data used in the operation
 int getContextType()
          returns the context type used in the operation
 java.lang.String getMacroName()
           
 
Methods inherited from interface org.eclipse.cdt.core.cdtvariables.ICdtVariableStatus
getExpression, getReferencedMacroName, getVariableName
 
Methods inherited from interface org.eclipse.core.runtime.IStatus
getChildren, getCode, getException, getMessage, getPlugin, getSeverity, isMultiStatus, isOK, matches
 

Method Detail

getContextType

int getContextType()
returns the context type used in the operation

Returns:
int

getContextData

java.lang.Object getContextData()
returns the context data used in the operation

Returns:
Object

getMacroName

java.lang.String getMacroName()