org.eclipse.cdt.managedbuilder.internal.macros
Interface IMacroContextInfo

All Superinterfaces:
org.eclipse.cdt.utils.cdtvariables.IVariableContextInfo
All Known Implementing Classes:
DefaultMacroContextInfo

public interface IMacroContextInfo
extends org.eclipse.cdt.utils.cdtvariables.IVariableContextInfo

This interface represents the context information.

Since:
3.0

Method Summary
 java.lang.Object getContextData()
          returns the context data
 int getContextType()
          returns the context type
 
Methods inherited from interface org.eclipse.cdt.utils.cdtvariables.IVariableContextInfo
equals, getNext, getSuppliers
 

Method Detail

getContextType

int getContextType()
returns the context type

Returns:
int

getContextData

java.lang.Object getContextData()
returns the context data

Returns:
Object