|
JML | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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
Class Specifications |
Specifications inherited from class Object |
represents objectState <- org.jmlspecs.lang.JMLDataGroup.IT; public represents _getClass <- \typeof(this); |
Model Field Summary |
Model fields inherited from class java.lang.Object |
_getClass, objectState, theString |
Ghost Field Summary |
Ghost fields inherited from class java.lang.Object |
objectTimesFinalized, owner |
Constructor Summary | |
private |
JMLModelValueSet()
This class has no instances. |
Model Method Summary | |
static JMLValueSet |
JMLDoubles()
The set of all (actual and potential) JMLDouble values. |
static JMLValueSet |
JMLFloats()
The set of all (actual and potential) JMLFloat values. |
static JMLValueSet |
JMLIntegers()
The set of all (actual and potential) JMLInteger values. |
static JMLValueSet |
JMLLongs()
The set of all (actual and potential) JMLLong values. |
static JMLValueSet |
JMLStrings()
The set of all (actual and potential) JMLString values. |
Model methods inherited from class java.lang.Object |
hashValue |
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()
Model Method Detail |
public static JMLValueSet JMLIntegers()
public static JMLValueSet JMLLongs()
public static JMLValueSet JMLStrings()
public static JMLValueSet JMLFloats()
public static JMLValueSet JMLDoubles()
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 |