Interface SThing

  • All Superinterfaces:
    Cloneable, Serializable
    All Known Implementing Classes:
    EnvEntry

    public interface SThing
    extends Serializable, Cloneable
    Top-level object for a thing (object) that has a name in that is unique in a local scope. These are the basic object in local state. STables are populated with these and kept in SStacks. Requests to the stack be name return the first so-named thing. This allows, for instance, a local variable, x, to override another variable x. It is the basis for encapsulation.

    Created by Jeff Gaynor
    on 11/7/21 at 5:15 AM