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 inSStacks. Requests to the stack be name return the first so-named thing. This allows, for instance, a local variable,x , to override another variablex . It is the basis for encapsulation.Created by Jeff Gaynor 
 on 11/7/21 at 5:15 AM
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description SKeygetKey()StringgetName()
 
-