All Implemented Interfaces:
CSElement, Indexable

public class CSObj extends AbstractCSElement implements Indexable
Represents context-sensitive objects.
  • Method Details

    • getObject

      public Obj getObject()
      Returns:
      the abstract object (without context).
    • getIndex

      public int getIndex()
      Specified by:
      getIndex in interface Indexable
      Returns:
      index of this object. The index should be a non-negative integer.
    • toString

      public String toString()
      Overrides:
      toString in class Object