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.STable
s are populated with these and kept inSStack
s. 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SKey
getKey()
String
getName()
-