|
ref_send API 2.17 defensive programming in Java |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Selfless
Marker interface for annotating classes that are indistinguishable from a shallow copy of themselves.
Joe-E requires that classes that implement this interface must meet all of the following obligations:
equals()
, and doesn't call super.equals()
.
The Joe-E verifier ensures that Joe-E code cannot distinguish a shallow copy of a Selfless object from the original object.
Equatable
Method Summary | |
---|---|
int |
hashCode()
|
Method Detail |
---|
int hashCode()
hashCode
in class java.lang.Object
|
ref_send API 2.17 defensive programming in Java |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 1998-2009 Waterken Inc. under the terms of the MIT X license.