joeq.Runtime
Class ExceptionDeliverer.StackFrame
java.lang.Object
joeq.Runtime.ExceptionDeliverer.StackFrame
- Enclosing class:
- ExceptionDeliverer
public static class ExceptionDeliverer.StackFrame
- extends Object
fp
protected StackAddress fp
ip
protected CodeAddress ip
next
protected ExceptionDeliverer.StackFrame next
ExceptionDeliverer.StackFrame
public ExceptionDeliverer.StackFrame(StackAddress fp,
CodeAddress ip)
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.