JML

Uses of Class
org.jmlspecs.jmlrac.runtime.JMLRacValue

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

JML is Copyright (C) 1998-2002 by Iowa State University and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This release depends on code from the MultiJava project and is based in part on the Kopi project Copyright (C) 1990-99 DMS Decision Management Systems Ges.m.b.H.