isabelle.Debugger

State

sealed case class State(session: Session = new Session(Resources.empty), active: Int = 0, break: Boolean = false, active_breakpoints: Set[Long] = scala.this.Predef.Set.empty[Long], threads: Threads = ..., focus: Map[String, Context] = ..., output: Map[String, Results] = ...) extends Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. State
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new State(session: Session = new Session(Resources.empty), active: Int = 0, break: Boolean = false, active_breakpoints: Set[Long] = scala.this.Predef.Set.empty[Long], threads: Threads = ..., focus: Map[String, Context] = ..., output: Map[String, Results] = ...)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val active: Int

  7. val active_breakpoints: Set[Long]

  8. def add_output(thread_name: String, entry: (Long, Tree)): State

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. val break: Boolean

  11. def clear_output(thread_name: String): State

  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def dec_active: State

  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. val focus: Map[String, Context]

  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def get_output(thread_name: String): Results

  19. def get_thread(thread_name: String): List[Debug_State]

  20. def inc_active: State

  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. def is_active: Boolean

  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  26. val output: Map[String, Results]

  27. val session: Session

  28. def set_break(b: Boolean): State

  29. def set_focus(c: Context): State

  30. def set_session(new_session: Session): State

  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. val threads: Threads

  33. def toggle_breakpoint(breakpoint: Long): (Boolean, State)

  34. def update_thread(thread_name: String, debug_states: List[Debug_State]): State

  35. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped