Interface IVariableContextInfo
public interface IVariableContextInfo
This interface represents the context information.
- Since:
- 3.0
- Restriction:
- This interface is not intended to be implemented by clients.
- Restriction:
- This interface is not intended to be extended by clients.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getNext()
Returns context info for the next lower-precedence contextReturns suppliers to be used for this context
-
Method Details
-
getSuppliers
ICdtVariableSupplier[] getSuppliers()Returns suppliers to be used for this context- Returns:
- IBuildMacroSupplier[]
-
getNext
IVariableContextInfo getNext()Returns context info for the next lower-precedence context- Returns:
- IMacroContextInfo
-
equals
-