Main Page   Packages   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

iValue.java

00001 package gov.nasa.arc.ase.jpf.jvm.examine;
00002 
00003 import gov.nasa.arc.ase.jpf.*;
00004 import gov.nasa.arc.ase.jpf.jvm.*;
00005 
00006 public interface iValue { // Object, i.e. Number or Reference
00007 
00008   // get the type
00009   //public   iType        getType();   
00010 
00011 }

Generated at Thu Feb 7 06:48:04 2002 for Bandera by doxygen1.2.10 written by Dimitri van Heesch, © 1997-2001