joeq.Runtime
Class ExceptionDeliverer.StackFrame

java.lang.Object
  extended by joeq.Runtime.ExceptionDeliverer.StackFrame
Enclosing class:
ExceptionDeliverer

public static class ExceptionDeliverer.StackFrame
extends Object


Field Summary
protected  StackAddress fp
           
protected  CodeAddress ip
           
protected  ExceptionDeliverer.StackFrame next
           
 
Constructor Summary
ExceptionDeliverer.StackFrame(StackAddress fp, CodeAddress ip)
           
 
Method Summary
 void fillInStackTrace()
           
 StackAddress getFP()
           
 CodeAddress getIP()
           
 ExceptionDeliverer.StackFrame getNext()
           
 int getSize()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fp

protected StackAddress fp

ip

protected CodeAddress ip

next

protected ExceptionDeliverer.StackFrame next
Constructor Detail

ExceptionDeliverer.StackFrame

public ExceptionDeliverer.StackFrame(StackAddress fp,
                                     CodeAddress ip)
Method Detail

fillInStackTrace

public void fillInStackTrace()

getSize

public int getSize()

getNext

public ExceptionDeliverer.StackFrame getNext()

getFP

public StackAddress getFP()

getIP

public CodeAddress getIP()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2005 John Whaley. All Rights Reserved.