ist.palcom.base
Class StackFrame

java.lang.Object
  extended by ist.palcom.base.Object
      extended by ist.palcom.base.StackFrame

public class StackFrame
extends Object

StackFrame is a system class that represents stack frames on the execution stack of a coroutine. This class is used to manipulate stack-traces in exception-handlers.


Constructor Summary
StackFrame()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StackFrame

public StackFrame()