JML

Uses of Class
org.jmlspecs.racwrap.runner.Location

Packages that use Location
org.jmlspecs.racwrap.runner   
 

Uses of Location in org.jmlspecs.racwrap.runner
 

Fields in org.jmlspecs.racwrap.runner declared as Location
private  Location Leaf.original
           
private  Location Leaf.wrapper
           
private  Location Leaf.statics
           
private  Location Leaf.iface
           
 Location Leaf.shadow
           
 

Methods in org.jmlspecs.racwrap.runner that return Location
 Location Leaf.getOriginal()
          Location of the original class (X.class)
 Location Leaf.getWrapper()
          Location of the wrapper class (X.wrap.chx)
 Location Leaf.getStatics()
          Location of the statics class (X.statics.chx)
 Location Leaf.getInterface()
          Location of the interface.class (X.iface.chx)
static Location TreeBuilder.updateLeafNode(Node parent, String fname)
          updateLeafNode looks at the filename, determines if it is needed for our framework, and creates or updates a leaf node as needed.
 

Methods in org.jmlspecs.racwrap.runner with parameters of type Location
private  byte[] ChxClassLoader.getByteArray(Location loc)
          Given the location of a class, return the contents of the file.
 void Leaf.setOriginal(Location loc)
           
 void Leaf.setWrapper(Location loc)
           
 void Leaf.setStatics(Location loc)
           
 void Leaf.setInterface(Location loc)
           
 


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.