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

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def cancel_exec(exec_id: Exec): Unit

  9. val caret_focus: Outlet[Caret_Focus.type]

  10. def clone(): AnyRef

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

  12. def current_state(): State

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  18. val global_options: Outlet[Global_Options]

  19. def hashCode(): Int

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

  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. def is_ready: 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. def output_delay: Time

  27. def phase: Phase

  28. val phase_changed: Outlet[Phase]

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

  30. def protocol_handler(name: String): Option[Protocol_Handler]

  31. def prune_delay: Time

  32. def prune_size: Int

  33. val raw_edits: Outlet[Raw_Edits]

  34. val raw_output_messages: Outlet[Output]

  35. def recent_syntax(): Syntax

  36. def reparse_limit: Int

  37. val resources: Resources

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

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

  40. val statistics: Outlet[Statistics]

  41. def stop(): Unit

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

    Definition Classes
    AnyRef
  43. def syslog_content(): String

  44. def syslog_limit: Int

  45. val syslog_messages: Outlet[Output]

  46. var timing: Boolean

  47. def toString(): String

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

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

  50. def update_options(options: Options): Unit

  51. var verbose: Boolean

  52. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped