|
JML | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JMLRacValue | |
org.jmlspecs.jmlrac.runtime | Classes for use during runtime assertion checking for code compiled with JML's runtime assertion checking compiler (jmlc). |
Uses of JMLRacValue in org.jmlspecs.jmlrac.runtime |
Fields in org.jmlspecs.jmlrac.runtime declared as JMLRacValue | |
private static JMLRacValue |
JMLRacValue.ANGEL
A unique object to represent an angelic undefinedness such as non-executable specification constructs. |
private static JMLRacValue |
JMLRacValue.DEMON
A unique object to represent a demonic undefinedness such as runtime exceptions. |
Methods in org.jmlspecs.jmlrac.runtime that return JMLRacValue | |
static JMLRacValue |
JMLRacValue.ofUndefined()
Returns an instance that denotes an angelic undefinedness. |
static JMLRacValue |
JMLRacValue.ofNonExecutable()
Returns an instance that denotes a demonic undefinedness. |
static JMLRacValue |
JMLRacValue.ofObject(Object v)
Returns a new JMLRacValue object that wraps the given argument. |
static JMLRacValue |
JMLRacValue.ofBoolean(boolean v)
Returns a new JMLRacValue object that wraps the given boolean value, v . |
static JMLRacValue |
JMLRacValue.ofInt(int v)
Returns a new JMLRacValue object that wraps the given int value, v . |
|
JML | ||||||||||
PREV NEXT | FRAMES NO FRAMES |