unsw.cse.framescript
Class StackFrame

java.lang.Object
  extended by unsw.cse.framescript.StackFrame

public class StackFrame
extends java.lang.Object

This class provides the storage space for the values of all local variables in FrameScript.

Author:
mmcgill

Method Summary
 void dump()
          Dumps the StackFrame stack to FrameScript's output stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

dump

public void dump()
Dumps the StackFrame stack to FrameScript's output stream.