|
JML | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jmlspecs.lang.JMLDataGroup
A type with one element, for use in declaring "data groups". Note that there is only one equivalence class of objects of this type; that is, all objects of this type are considered .equal to each other.
| Field Summary | |
static JMLDataGroup |
IT
The only object of this type. |
| Constructor Summary | |
private |
JMLDataGroup()
Initialize this object. |
| Method Summary | |
Object |
clone()
Return this object. |
boolean |
equals(Object oth)
Test whether the given argument is a non-null object of type JMLDataGroup. |
int |
hashCode()
Return a hash code for this object. |
String |
toString()
Return a string representation of this object. |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final JMLDataGroup IT
| Constructor Detail |
private JMLDataGroup()
IT| Method Detail |
public Object clone()
clone in class Objectpublic boolean equals(Object oth)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
JML | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||