Packages

final class Command extends AnyRef

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Command
  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 blobs: List[Blob]
  6. def blobs_changed(doc_blobs: Blobs): Boolean
  7. def blobs_defined: List[(Name, Digest)]
  8. def blobs_index: Int
  9. val blobs_info: Blobs_Info
  10. def blobs_names: List[Name]
  11. def blobs_ok: Boolean
  12. def blobs_undefined: List[Name]
  13. val chunk: Text_Chunk
  14. val chunks: Map[Name, Text_Chunk]
  15. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  16. val empty_state: State
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. val id: Document_ID.Command
  23. val init_markup: Markup_Tree
  24. val init_results: Results
  25. val init_state: State
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def is_ignored: Boolean
  28. def is_proper: Boolean
  29. def is_undefined: Boolean
  30. val is_unfinished: Boolean
  31. val is_unparsed: Boolean
  32. def length: Int
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. val node_name: Name
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. val proper_range: Range
  38. def range: Range
  39. def source(range: Range): String
  40. val source: String
  41. val span: Span
  42. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  43. def toString(): String
    Definition Classes
    Command → AnyRef → Any
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped