JML

Uses of Class
org.jmlspecs.models.JMLObjectBagEntryNode

Packages that use JMLObjectBagEntryNode
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 JMLObjectBagEntryNode in org.jmlspecs.models
 

Fields in org.jmlspecs.models declared as JMLObjectBagEntryNode
protected  JMLObjectBagEntryNode JMLObjectBag.the_list
          The list representing the contents of this bag.
 

Methods in org.jmlspecs.models that return JMLObjectBagEntryNode
static JMLObjectBagEntryNode JMLObjectBagEntryNode.cons(JMLObjectBagEntry hd, JMLObjectBagEntryNode tl)
          Return a JMLObjectBagEntryNode containing the given entry followed by the given list.
 JMLObjectBagEntryNode JMLObjectBagEntryNode.removeBE(JMLObjectBagEntry entry)
          Return a list that is like this list but without the first occurrence of the given bag entry.
 

Methods in org.jmlspecs.models with parameters of type JMLObjectBagEntryNode
static JMLObjectBagEntryNode JMLObjectBagEntryNode.cons(JMLObjectBagEntry hd, JMLObjectBagEntryNode tl)
          Return a JMLObjectBagEntryNode containing the given entry followed by the given list.
 

Constructors in org.jmlspecs.models with parameters of type JMLObjectBagEntryNode
JMLObjectBag(JMLObjectBagEntryNode ls, int sz)
          Initialize this bag with the given representation.
JMLObjectBagEntryNode(JMLObjectBagEntry entry, JMLObjectBagEntryNode nxt)
          Initialize this list to have the given bag entry as its first element followed by the given list.
 


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.