JML

Uses of Class
org.jmlspecs.models.JMLString

Packages that use JMLString
org.jmlspecs.models This package is a collection of types with immutable objects; it also enumerators (which have mutable objects) for the types of the immutable collections in the package. 
 

Uses of JMLString in org.jmlspecs.models
 

Fields in org.jmlspecs.models declared as JMLString
private  JMLString JMLValueSet_JML_TestData.ia
          Helper test data
static JMLString JMLString.EMPTY
          The empty JMLString.
 

Methods in org.jmlspecs.models that return JMLString
 JMLString JMLString.concat(JMLString s)
          Produce a new JMLString that is the concatentation of two JMLStrings.
 JMLString JMLString.concat(String s)
          Produce a new JMLString that is the concatentation of the JMLString and a String.
 JMLString JMLString.concat(char c)
          Produce a new JMLString that is the concatentation of the JMLString and a char.
 

Methods in org.jmlspecs.models with parameters of type JMLString
 int JMLString.compareTo(JMLString another)
          Compares this to another.
 boolean JMLString.equalsIgnoreCase(JMLString another)
          Are these strings equal, except for case?
 JMLString JMLString.concat(JMLString s)
          Produce a new JMLString that is the concatentation of two JMLStrings.
 


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.