Class/Object

isabelle

Session

Related Docs: object Session | package isabelle

Permalink

class Session extends isabelle.Document.Session

Self Type
Session
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Session
  2. Session
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Session(session_options: ⇒ Options, resources: Resources)

    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 all_messages: Outlet[Message]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def assert_dispatcher[A](body: ⇒ A): A

    Permalink
  7. def cancel_exec(exec_id: Exec): Unit

    Permalink
  8. val caret_focus: Outlet[Caret_Focus.type]

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. val commands_changed: Outlet[Commands_Changed]

    Permalink
  11. def consolidate_delay: Time

    Permalink
  12. def current_state(): State

    Permalink
  13. def debugger: Debugger

    Permalink
  14. val debugger_updates: Outlet[Update.type]

    Permalink
  15. def dialog_result(id: Generic, serial: Long, result: String): Unit

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

    Permalink
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. def get_protocol_handler(name: String): Option[Protocol_Handler]

    Permalink
  21. val global_options: Outlet[Global_Options]

    Permalink
  22. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  23. def init_protocol_handler(name: String): Unit

    Permalink
  24. def init_protocol_handler(handler: Protocol_Handler): Unit

    Permalink
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. def is_ready: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  30. def output_delay: Time

    Permalink
  31. def phase: Phase

    Permalink
  32. val phase_changed: Outlet[Phase]

    Permalink
  33. def protocol_command(name: String, args: String*): Unit

    Permalink
  34. def prune_delay: Time

    Permalink
  35. def prune_size: Int

    Permalink
  36. val raw_edits: Outlet[Raw_Edits]

    Permalink
  37. val raw_output_messages: Outlet[Output]

    Permalink
  38. def recent_syntax(name: Name): Outer_Syntax

    Permalink
  39. def reparse_limit: Int

    Permalink
  40. def require_dispatcher[A](body: ⇒ A): A

    Permalink
  41. val resources: Resources

    Permalink
    Definition Classes
    SessionSession
  42. def send_dispatcher(body: ⇒ Unit): Unit

    Permalink
  43. def send_stop(): Unit

    Permalink
  44. def send_wait_dispatcher(body: ⇒ Unit): Unit

    Permalink
  45. def snapshot(name: Name = Document.Node.Name.empty, pending_edits: List[Edit] = Nil): Snapshot

    Permalink
  46. def start(start_prover: (Receiver) ⇒ Prover): Unit

    Permalink
  47. val statistics: Outlet[Statistics]

    Permalink
  48. def stop(): Process_Result

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

    Permalink
    Definition Classes
    AnyRef
  50. def syslog_content(): String

    Permalink
  51. def syslog_limit: Int

    Permalink
  52. val syslog_messages: Outlet[Output]

    Permalink
  53. var timing: Boolean

    Permalink
  54. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  55. val trace_events: Outlet[Event.type]

    Permalink
  56. def update(doc_blobs: Blobs, edits: List[Edit_Text]): Unit

    Permalink
  57. def update_options(options: Options): Unit

    Permalink
  58. var verbose: Boolean

    Permalink
  59. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. val xml_cache: XML.Cache

    Permalink
  63. val xz_cache: XZ.Cache

    Permalink

Inherited from Document.Session

Inherited from AnyRef

Inherited from Any

Ungrouped