isabelle

Session

class Session extends AnyRef

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Session
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Session(resources: Resources)

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. def add_protocol_handler(handler: Protocol_Handler): Unit

  7. val all_messages: Outlet[Message]

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def build_theories(id: String, master_dir: Path, theories: List[(Options, List[Path])]): Unit

  10. def cancel_exec(exec_id: Exec): Unit

  11. val caret_focus: Outlet[Caret_Focus.type]

  12. def clone(): AnyRef

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

  14. def current_state(): State

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

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

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

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

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

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

  21. val global_options: Outlet[Global_Options]

  22. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  23. def header_edit(name: Name, header: Header): (Name, Edit[Edit, Perspective])

  24. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  25. def is_ready: Boolean

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

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

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

    Definition Classes
    AnyRef
  29. def output_delay: Time

  30. def phase: Phase

  31. val phase_changed: Outlet[Phase]

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

  33. def prune_delay: Time

  34. def prune_size: Int

  35. val raw_edits: Outlet[Raw_Edits]

  36. val raw_output_messages: Outlet[Output]

  37. def recent_syntax(name: Name): Syntax

  38. def reparse_limit: Int

  39. val resources: Resources

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

  41. def start(name: String, args: List[String]): Unit

  42. val statistics: Outlet[Statistics]

  43. def stop(): Unit

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

    Definition Classes
    AnyRef
  45. def syslog_content(): String

  46. def syslog_limit: Int

  47. val syslog_messages: Outlet[Output]

  48. var timing: Boolean

  49. def toString(): String

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

  51. def update(doc_blobs: Blobs, edits: List[(Name, Edit[Edit, Perspective])]): Unit

  52. def update_options(options: Options): Unit

  53. var verbose: Boolean

  54. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped