JML

Uses of Class
org.jmlspecs.samples.list.list1.node.DLNode

Packages that use DLNode
org.jmlspecs.samples.list.list1   
org.jmlspecs.samples.list.list1.node   
 

Uses of DLNode in org.jmlspecs.samples.list.list1
 

Fields in org.jmlspecs.samples.list.list1 declared as DLNode
protected  DLNode DLList.lastNode_
           
 

Constructors in org.jmlspecs.samples.list.list1 with parameters of type DLNode
DLList(DLNode listNode, int len)
           
 

Uses of DLNode in org.jmlspecs.samples.list.list1.node
 

Fields in org.jmlspecs.samples.list.list1.node declared as DLNode
protected  DLNode DLNode.prevNode_
           
private static DLNode DLNode_JML_TestData.nullNode
           
 

Methods in org.jmlspecs.samples.list.list1.node that return DLNode
 DLNode DLNode.getPrevNode()
           
protected  DLNode DLNode.cloneNext()
           
protected  DLNode DLNode.clonePrevious()
           
 

Methods in org.jmlspecs.samples.list.list1.node with parameters of type DLNode
protected  void DLNode.linkTo(DLNode nxtNode)
           
 

Constructors in org.jmlspecs.samples.list.list1.node with parameters of type DLNode
DLNode(Object ent, DLNode prvNode, DLNode nxtNode)
           
 


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.