Packages

final class Node extends AnyRef

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Node
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. def command_iterator(range: Range): Iterator[(Command, Offset)]
  7. def command_iterator(i: Offset = 0): Iterator[(Command, Offset)]
  8. def command_start(cmd: Command): Option[Offset]
  9. def commands: Linear_Set[Command]
  10. def edit_perspective: Node.Edit[Text.Edit, Perspective]
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. val get_blob: Option[Blob]
  16. def has_header: Boolean
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. val header: Header
  19. def init_blob(blob: Blob): Node
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def is_empty: Boolean
  22. def load_commands: List[Command]
  23. def load_commands_changed(doc_blobs: Blobs): Boolean
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. val perspective: Perspective_Command
  28. def same_perspective(other_text_perspective: Perspective, other_perspective: Perspective_Command): Boolean
  29. def source: String
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. val syntax: Option[Outer_Syntax]
  32. val text_perspective: Perspective
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. def update_commands(new_commands: Linear_Set[Command]): Node
  35. def update_header(new_header: Header): Node
  36. def update_perspective(new_text_perspective: Perspective, new_perspective: Perspective_Command): Node
  37. def update_syntax(new_syntax: Option[Outer_Syntax]): Node
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped