sleep.runtime
Class ScriptInstance.SleepStackElement

java.lang.Object
  extended by sleep.runtime.ScriptInstance.SleepStackElement
All Implemented Interfaces:
Serializable
Enclosing class:
ScriptInstance

public static class ScriptInstance.SleepStackElement
extends Object
implements Serializable

A container for Sleep strack trace elements.

See Also:
Serialized Form

Field Summary
 String description
           
 int lineNumber
           
 String sourcefile
           
 
Constructor Summary
ScriptInstance.SleepStackElement()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

sourcefile

public String sourcefile

description

public String description

lineNumber

public int lineNumber
Constructor Detail

ScriptInstance.SleepStackElement

public ScriptInstance.SleepStackElement()
Method Detail

toString

public String toString()
Overrides:
toString in class Object