isabelle

Symbol

object Symbol

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

Type Members

  1. final class Index extends AnyRef

  2. class Matcher extends AnyRef

  3. type Offset = Int

  4. type Range = Text.Range

  5. type Symbol = String

  6. final class Text_Chunk extends AnyRef

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. object Index

  7. object Text_Chunk

  8. def abbrevs: Multi_Map[Symbol, String]

  9. def advance_line_column(pos: (Int, Int), text: CharSequence): (Int, Int)

  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def bold_decoded: Symbol

  12. def bsub_decoded: Symbol

  13. def bsup_decoded: Symbol

  14. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. val close: String

  16. def close_decoded: Symbol

  17. def decode(text: String): String

  18. def decode_strict(text: String): String

  19. def decode_string: (Body) ⇒ String

  20. def encode(text: String): String

  21. def encode_string: (String) ⇒ Body

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

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

    Definition Classes
    AnyRef → Any
  24. def esub_decoded: Symbol

  25. def esup_decoded: Symbol

  26. def explode(text: CharSequence): List[Symbol]

  27. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. def font_index: Map[String, Int]

  29. def font_names: List[String]

  30. def fonts: Map[Symbol, String]

  31. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  32. def groups: List[(String, List[Symbol])]

  33. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  34. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  35. def is_ascii_blank(c: Char): Boolean

  36. def is_ascii_digit(c: Char): Boolean

  37. def is_ascii_hex(c: Char): Boolean

  38. def is_ascii_identifier(s: String): Boolean

  39. def is_ascii_letdig(c: Char): Boolean

  40. def is_ascii_letter(c: Char): Boolean

  41. def is_ascii_quasi(c: Char): Boolean

  42. def is_blank(sym: Symbol): Boolean

  43. def is_close(sym: Symbol): Boolean

  44. def is_control(sym: Symbol): Boolean

  45. def is_controllable(sym: Symbol): Boolean

  46. def is_digit(sym: Symbol): Boolean

  47. def is_letdig(sym: Symbol): Boolean

  48. def is_letter(sym: Symbol): Boolean

  49. def is_malformed(s: Symbol): Boolean

  50. def is_newline(s: Symbol): Boolean

  51. def is_open(sym: Symbol): Boolean

  52. def is_quasi(sym: Symbol): Boolean

  53. def is_symbolic(sym: Symbol): Boolean

  54. def is_symbolic_char(sym: Symbol): Boolean

  55. def iterator(text: CharSequence): Iterator[Symbol]

  56. def lookup_font(sym: Symbol): Option[Int]

  57. def names: Map[Symbol, String]

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

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

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

    Definition Classes
    AnyRef
  61. val open: String

  62. def open_decoded: Symbol

  63. def properties: Map[Symbol, T]

  64. def sub_decoded: Symbol

  65. def sup_decoded: Symbol

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

    Definition Classes
    AnyRef
  67. def toString(): String

    Definition Classes
    AnyRef → Any
  68. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped