Interface IVariableContextInfo
-
public interface IVariableContextInfoThis 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanequals(java.lang.Object otherInfo)IVariableContextInfogetNext()Returns context info for the next lower-precedence contextICdtVariableSupplier[]getSuppliers()Returns suppliers to be used for this context
-
-
-
Method Detail
-
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
boolean equals(java.lang.Object otherInfo)
- Overrides:
equalsin classjava.lang.Object
-
-