JML

Uses of Class
org.multijava.mjc.CValueType

Packages that use CValueType
org.multijava.mjc Implements mjc, a MultiJava compiler. 
 

Uses of CValueType in org.multijava.mjc
 

Subclasses of CValueType in org.multijava.mjc
 class CBooleanValueType
          This class represents a value specializer for booleans.
 class COrdinalValueType
          This class represents a value specializer for ordinal types such as byte, short, int, and long.
 class CRealValueType
          This class represents a value specializer for floats and doubles.
 class CStringValueType
          This class represents a value specializer for Strings.
 

Methods in org.multijava.mjc with parameters of type CValueType
protected abstract  boolean CValueType.valueEquals(CValueType t)
          Is the value of this specializer equal to the value of the given value specializer?
protected  boolean CBooleanValueType.valueEquals(CValueType t)
          Is the value of this specializer equal to the value of the given value specializer?
protected  boolean COrdinalValueType.valueEquals(CValueType t)
          Is the value of this specializer equal to the value of the given value specializer?
protected  boolean CRealValueType.valueEquals(CValueType t)
          Is the value of this specializer equal to the value of the given value specializer?
protected  boolean CStringValueType.valueEquals(CValueType t)
          Is the value of this specializer equal to the value of the given value specializer?
 


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.