Package sleep.runtime

Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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

      • SleepStackElement

        public SleepStackElement()
    • Method Detail

      • toString

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