isabelle.Document

Node

final class Node extends AnyRef

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

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clear: Node

  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def command_iterator(range: Range): Iterator[(Command, Offset)]

  10. def command_iterator(i: Offset = 0): Iterator[(Command, Offset)]

  11. def command_start(cmd: Command): Option[Offset]

  12. def commands: Linear_Set[Command]

  13. def edit_perspective: Node.Edit[Text.Edit, Perspective]

  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 get_blob: Option[Blob]

  19. def has_header: Boolean

  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  21. val header: Header

  22. def init_blob(blob: Blob): Node

  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. def is_empty: Boolean

  25. def load_commands: List[Command]

  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. val perspective: Perspective_Command

  30. def same_perspective(other_text_perspective: Perspective, other_perspective: Perspective_Command): Boolean

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

    Definition Classes
    AnyRef
  32. val syntax: Option[Outer_Syntax]

  33. val text_perspective: Perspective

  34. def toString(): String

    Definition Classes
    AnyRef → Any
  35. def update_commands(new_commands: Linear_Set[Command]): Node

  36. def update_header(new_header: Header): Node

  37. def update_perspective(new_text_perspective: Perspective, new_perspective: Perspective_Command): Node

  38. def update_syntax(new_syntax: Option[Outer_Syntax]): Node

  39. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped