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

RET.java

00001 package gov.nasa.arc.ase.jpf.jvm.bytecode;
00002 
00003 import gov.nasa.arc.ase.jpf.*;
00004 import gov.nasa.arc.ase.jpf.jvm.*;
00005 import de.fub.bytecode.generic.InstructionHandle;
00006 import gov.nasa.arc.ase.util.Debug;
00007 
00008 public class RET extends AbstractInstruction {
00009   private de.fub.bytecode.generic.RET peer;
00010 
00011   public InstructionHandle execute(SystemState ss, KernelState ks, ThreadInfo th) {
00012     return th.getCurrentMethod().getMethodGen().getInstructionList().findHandle(th.getLocalVariable(peer.getIndex()));
00013   }  
00014   public void setPeer(de.fub.bytecode.generic.Instruction i) {
00015     peer = (de.fub.bytecode.generic.RET)i;
00016   }  
00017 }

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