|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RealThing
The RealThing
interface is the actual value contained within a
Thing. It can be of several different types - integers, strings, lists,
hashes, and so on.
Method Summary | |
---|---|
RealThing |
deepcopy()
The deepcopy method must copy a RealThing and any values
it contains. |
java.lang.String |
getStringRep()
The getStringRep method returns the string representation
of a RealThing . |
java.lang.String |
thingclass()
|
Method Detail |
---|
java.lang.String thingclass()
RealThing deepcopy() throws HeclException
deepcopy
method must copy a RealThing and any values
it contains.
RealThing
value
HeclException
java.lang.String getStringRep()
getStringRep
method returns the string representation
of a RealThing
.
String
representation of the value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |