|
JML | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jmlspecs.models.JMLModelValueSet
A collection of value sets for use in set comprehensions. The normal (non-model) methods might potentially be useful in executing assertions, although the sets of all integers and longs can't realistically be used in a direct way. The model methods have no hope of being executed.
JMLValueSet| Constructor Summary | |
private |
JMLModelValueSet()
This class has no instances. |
| Method Summary | |
static JMLValueSet |
JMLBytes()
The set of all (actual and potential) JMLByte values. |
static JMLValueSet |
JMLChars()
The set of all (actual and potential) JMLChar values. |
static JMLValueSet |
JMLShorts()
The set of all (actual and potential) JMLShort values. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
private JMLModelValueSet()
| Method Detail |
public static JMLValueSet JMLBytes()
public static JMLValueSet JMLChars()
public static JMLValueSet JMLShorts()
|
JML | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||