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 Details

    • getSuppliers

      ICdtVariableSupplier[] getSuppliers()
      Returns suppliers to be used for this context
      Returns:
      IBuildMacroSupplier[]
    • getNext

      Returns context info for the next lower-precedence context
      Returns:
      IMacroContextInfo
    • equals

      boolean equals(Object otherInfo)
      Overrides:
      equals in class Object