org.eclipse.cdt.internal.core.cdtvariables
Class CoreMacroSupplierBase

java.lang.Object
  extended by org.eclipse.cdt.internal.core.cdtvariables.CoreMacroSupplierBase
All Implemented Interfaces:
org.eclipse.cdt.utils.cdtvariables.ICdtVariableSupplier
Direct Known Subclasses:
BuildSystemVariableSupplier, CdtMacroSupplier, EnvironmentVariableSupplier, UserDefinedVariableSupplier

public abstract class CoreMacroSupplierBase
extends java.lang.Object
implements org.eclipse.cdt.utils.cdtvariables.ICdtVariableSupplier


Constructor Summary
CoreMacroSupplierBase()
           
 
Method Summary
 ICdtVariable getVariable(java.lang.String macroName, org.eclipse.cdt.utils.cdtvariables.IVariableContextInfo context)
           
 ICdtVariable[] getVariables(org.eclipse.cdt.utils.cdtvariables.IVariableContextInfo context)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoreMacroSupplierBase

public CoreMacroSupplierBase()
Method Detail

getVariable

public ICdtVariable getVariable(java.lang.String macroName,
                                org.eclipse.cdt.utils.cdtvariables.IVariableContextInfo context)
Specified by:
getVariable in interface org.eclipse.cdt.utils.cdtvariables.ICdtVariableSupplier

getVariables

public ICdtVariable[] getVariables(org.eclipse.cdt.utils.cdtvariables.IVariableContextInfo context)
Specified by:
getVariables in interface org.eclipse.cdt.utils.cdtvariables.ICdtVariableSupplier