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 }