frysk.debuginfo
Class VirtualDebugInfoFrame

java.lang.Object
  extended by frysk.stack.Frame
      extended by frysk.stack.FrameDecorator
          extended by frysk.debuginfo.DebugInfoFrame
              extended by frysk.debuginfo.VirtualDebugInfoFrame

public class VirtualDebugInfoFrame
extends DebugInfoFrame


Constructor Summary
protected VirtualDebugInfoFrame(FrameDecorator inner, Frame decorated)
          Create a frame, outer to OUTER, and decorating frame.
 
Method Summary
 void toPrint(PrintWriter writer, PrintDebugInfoStackOptions options)
           
 
Methods inherited from class frysk.debuginfo.DebugInfoFrame
getInlinedSubprograms, getInnerDebugInfoFrame, getLine, getLineXXX, getOuterDebugInfoFrame, getScopes, getSubprogram, printScopes, setSubprogram, unwind
 
Methods inherited from class frysk.stack.FrameDecorator
getAddress, getAdjustedAddress, getFrameIdentifier, getRegister, getSymbol, getUndecoratedFrame, setRegister
 
Methods inherited from class frysk.stack.Frame
getInner, getLibraryName, getOuter, getRegister, getRegisterValue, getTask, level, printLevel, printLibraryName, toPrint, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VirtualDebugInfoFrame

protected VirtualDebugInfoFrame(FrameDecorator inner,
                                Frame decorated)
Create a frame, outer to OUTER, and decorating frame.

Method Detail

toPrint

public void toPrint(PrintWriter writer,
                    PrintDebugInfoStackOptions options)
Overrides:
toPrint in class DebugInfoFrame