sleep.runtime
Class ScriptInstance.SleepStackElement

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

public static class ScriptInstance.SleepStackElement
extends java.lang.Object
implements java.io.Serializable

A container for Sleep strack trace elements.

See Also:
Serialized Form

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

Field Detail

sourcefile

public java.lang.String sourcefile

description

public java.lang.String description

lineNumber

public int lineNumber
Constructor Detail

ScriptInstance.SleepStackElement

public ScriptInstance.SleepStackElement()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object