Class

isabelle.Debugger

State

Related Doc: package Debugger

Permalink

sealed case class State(active: Int = 0, break: Boolean = false, active_breakpoints: Set[Long] = Set.empty, threads: Threads = SortedMap.empty, focus: Map[String, Context] = Map.empty, output: Map[String, Results] = Map.empty) 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
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. val active: Int

    Permalink
  5. val active_breakpoints: Set[Long]

    Permalink
  6. def add_output(thread_name: String, entry: Entry): State

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. val break: Boolean

    Permalink
  9. def clear_output(thread_name: String): State

    Permalink
  10. def clone(): AnyRef

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

    Permalink
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def finalize(): Unit

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

    Permalink
  15. final def getClass(): Class[_]

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

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

    Permalink
  18. def inc_active: State

    Permalink
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def is_active: Boolean

    Permalink
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

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

    Permalink
  25. def set_break(b: Boolean): State

    Permalink
  26. def set_focus(c: Context): State

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

    Permalink
    Definition Classes
    AnyRef
  28. val threads: Threads

    Permalink
  29. def toggle_breakpoint(breakpoint: Long): (Boolean, State)

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

    Permalink
  31. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped