Packages

object Token extends java.io.Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Token
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final class At extends SymbolicKeyword with Product with Serializable
    Annotations
    @tokenClass("@", false) @leafClass()
  2. sealed trait AtEOL extends Whitespace with AtEOLorF
    Annotations
    @branch() @branch()
  3. sealed trait AtEOLorF extends Token
    Annotations
    @branch() @branch()
  4. final class BOF extends AtEOLorF with Product with Serializable
    Annotations
    @tokenClass("beginning of file", true) @leafClass()
  5. sealed abstract class BooleanConstant extends Constant[Boolean]
    Annotations
    @branch() @branch()
  6. final class CR extends EOL with Product with Serializable
    Annotations
    @tokenClass("\r", false) @leafClass()
  7. final class CRLF extends EOL with Product with Serializable
    Annotations
    @tokenClass("\r\n", false) @leafClass()
  8. sealed trait CloseDelim extends Punct
    Annotations
    @branch() @branch()
  9. final class Colon extends SymbolicKeyword with Product with Serializable
    Annotations
    @tokenClass(":", false) @leafClass()
  10. final class Comma extends Punct with Product with Serializable
    Annotations
    @tokenClass(",", false) @leafClass()
  11. final class Comment extends HTrivia with Product with Serializable
    Annotations
    @tokenClass("comment", true) @leafClass()
  12. sealed abstract class Constant[A] extends Literal
    Annotations
    @branch() @branch()
  13. final class ContextArrow extends FunctionArrow with Product with Serializable
    Annotations
    @tokenClass("?=>", false) @leafClass()
  14. final class Dot extends Punct with Product with Serializable
    Annotations
    @tokenClass(".", false) @leafClass()
  15. final class EOF extends AtEOLorF with Product with Serializable
    Annotations
    @tokenClass("end of file", true) @leafClass()
  16. sealed trait EOL extends AtEOL
    Annotations
    @branch() @branch()
  17. final class Equals extends SymbolicKeyword with Product with Serializable
    Annotations
    @tokenClass("=", false) @leafClass()
  18. final class FF extends EOL with Product with Serializable
    Annotations
    @tokenClass("\f", false) @leafClass()
  19. sealed trait FunctionArrow extends SymbolicKeyword
    Annotations
    @branch() @branch()
  20. sealed trait HSpace extends Whitespace with HTrivia
    Annotations
    @branch() @branch()
  21. sealed trait HTrivia extends Trivia
    Annotations
    @branch() @branch()
  22. final class Hash extends SymbolicKeyword with Product with Serializable
    Annotations
    @tokenClass("#", false) @leafClass()
  23. final class Ident extends Token with Product with Serializable
    Annotations
    @tokenClass("identifier", true) @leafClass()
  24. sealed trait Indentation extends Whitespace
    Annotations
    @branch() @branch()
  25. sealed trait Keyword extends Token
    Annotations
    @branch() @branch()
  26. final class KwAbstract extends ModifierKeyword with Product with Serializable
    Annotations
    @tokenClass("abstract", false) @leafClass()
  27. final class KwCase extends Keyword with Product with Serializable
    Annotations
    @tokenClass("case", false) @leafClass()
  28. final class KwCatch extends Keyword with Product with Serializable
    Annotations
    @tokenClass("catch", false) @leafClass()
  29. final class KwClass extends Keyword with Product with Serializable
    Annotations
    @tokenClass("class", false) @leafClass()
  30. final class KwDef extends Keyword with Product with Serializable
    Annotations
    @tokenClass("def", false) @leafClass()
  31. final class KwDo extends Keyword with Product with Serializable
    Annotations
    @tokenClass("do", false) @leafClass()
  32. final class KwElse extends Keyword with Product with Serializable
    Annotations
    @tokenClass("else", false) @leafClass()
  33. final class KwEnum extends Keyword with Product with Serializable
    Annotations
    @tokenClass("enum", false) @leafClass()
  34. final class KwExport extends Keyword with Product with Serializable
    Annotations
    @tokenClass("export", false) @leafClass()
  35. final class KwExtends extends Keyword with Product with Serializable
    Annotations
    @tokenClass("extends", false) @leafClass()
  36. final class KwFalse extends BooleanConstant with Product with Serializable
    Annotations
    @tokenClass("false", false) @leafClass()
  37. final class KwFinal extends ModifierKeyword with Product with Serializable
    Annotations
    @tokenClass("final", false) @leafClass()
  38. final class KwFinally extends Keyword with Product with Serializable
    Annotations
    @tokenClass("finally", false) @leafClass()
  39. final class KwFor extends Keyword with Product with Serializable
    Annotations
    @tokenClass("for", false) @leafClass()
  40. final class KwForsome extends Keyword with Product with Serializable
    Annotations
    @tokenClass("forSome", false) @leafClass()
  41. final class KwGiven extends Keyword with Product with Serializable
    Annotations
    @tokenClass("given", false) @leafClass()
  42. final class KwIf extends Keyword with Product with Serializable
    Annotations
    @tokenClass("if", false) @leafClass()
  43. final class KwImplicit extends ModifierKeyword with Product with Serializable
    Annotations
    @tokenClass("implicit", false) @leafClass()
  44. final class KwImport extends Keyword with Product with Serializable
    Annotations
    @tokenClass("import", false) @leafClass()
  45. final class KwLazy extends ModifierKeyword with Product with Serializable
    Annotations
    @tokenClass("lazy", false) @leafClass()
  46. final class KwMacro extends Keyword with Product with Serializable
    Annotations
    @tokenClass("macro", false) @leafClass()
  47. final class KwMatch extends Keyword with Product with Serializable
    Annotations
    @tokenClass("match", false) @leafClass()
  48. final class KwNew extends Keyword with Product with Serializable
    Annotations
    @tokenClass("new", false) @leafClass()
  49. final class KwNull extends Literal with Product with Serializable
    Annotations
    @tokenClass("null", false) @leafClass()
  50. final class KwObject extends Keyword with Product with Serializable
    Annotations
    @tokenClass("object", false) @leafClass()
  51. final class KwOverride extends ModifierKeyword with Product with Serializable
    Annotations
    @tokenClass("override", false) @leafClass()
  52. final class KwPackage extends Keyword with Product with Serializable
    Annotations
    @tokenClass("package", false) @leafClass()
  53. final class KwPrivate extends ModifierKeyword with Product with Serializable
    Annotations
    @tokenClass("private", false) @leafClass()
  54. final class KwProtected extends ModifierKeyword with Product with Serializable
    Annotations
    @tokenClass("protected", false) @leafClass()
  55. final class KwReturn extends Keyword with Product with Serializable
    Annotations
    @tokenClass("return", false) @leafClass()
  56. final class KwSealed extends ModifierKeyword with Product with Serializable
    Annotations
    @tokenClass("sealed", false) @leafClass()
  57. final class KwSuper extends Keyword with Product with Serializable
    Annotations
    @tokenClass("super", false) @leafClass()
  58. final class KwThen extends Keyword with Product with Serializable
    Annotations
    @tokenClass("then", false) @leafClass()
  59. final class KwThis extends Keyword with Product with Serializable
    Annotations
    @tokenClass("this", false) @leafClass()
  60. final class KwThrow extends Keyword with Product with Serializable
    Annotations
    @tokenClass("throw", false) @leafClass()
  61. final class KwTrait extends Keyword with Product with Serializable
    Annotations
    @tokenClass("trait", false) @leafClass()
  62. final class KwTrue extends BooleanConstant with Product with Serializable
    Annotations
    @tokenClass("true", false) @leafClass()
  63. final class KwTry extends Keyword with Product with Serializable
    Annotations
    @tokenClass("try", false) @leafClass()
  64. final class KwType extends Keyword with Product with Serializable
    Annotations
    @tokenClass("type", false) @leafClass()
  65. final class KwVal extends Keyword with Product with Serializable
    Annotations
    @tokenClass("val", false) @leafClass()
  66. final class KwVar extends Keyword with Product with Serializable
    Annotations
    @tokenClass("var", false) @leafClass()
  67. final class KwWhile extends Keyword with Product with Serializable
    Annotations
    @tokenClass("while", false) @leafClass()
  68. final class KwWith extends Keyword with Product with Serializable
    Annotations
    @tokenClass("with", false) @leafClass()
  69. final class KwYield extends Keyword with Product with Serializable
    Annotations
    @tokenClass("yield", false) @leafClass()
  70. final class LF extends EOL with Product with Serializable
    Annotations
    @tokenClass("\n", false) @leafClass()
  71. final class LeftArrow extends SymbolicKeyword with Product with Serializable
    Annotations
    @tokenClass("<-", true) @leafClass()
  72. final class LeftBrace extends OpenDelim with Product with Serializable
    Annotations
    @tokenClass("{", false) @leafClass()
  73. final class LeftBracket extends OpenDelim with Product with Serializable
    Annotations
    @tokenClass("[", false) @leafClass()
  74. final class LeftParen extends OpenDelim with Product with Serializable
    Annotations
    @tokenClass("(", false) @leafClass()
  75. sealed trait Literal extends Token
    Annotations
    @branch() @branch()
  76. final class MacroQuote extends SymbolicKeyword with Product with Serializable
    Annotations
    @tokenClass("\'", false) @leafClass()
  77. final class MacroSplice extends SymbolicKeyword with Product with Serializable
    Annotations
    @tokenClass("$", false) @leafClass()
  78. sealed trait ModifierKeyword extends Keyword
    Annotations
    @branch() @branch()
  79. sealed trait MultiEOL extends AtEOL
    Annotations
    @branch() @branch()
  80. final class MultiHS extends HSpace with Product with Serializable
    Annotations
    @tokenClass("multiple horizontal spaces", true) @leafClass()
  81. final class MultiNL extends MultiEOL with MultiToken with Product with Serializable
    Annotations
    @tokenClass("multiple newlines", true) @leafClass()
  82. sealed trait MultiToken extends Token
    Annotations
    @branch() @branch()
  83. sealed abstract class NumericConstant[A <: ScalaNumber] extends Constant[A]
    Annotations
    @branch() @branch()
  84. sealed trait OpenDelim extends Punct
    Annotations
    @branch() @branch()
  85. sealed trait Punct extends Symbolic
    Annotations
    @branch() @branch()
  86. final class RightArrow extends FunctionArrow with Product with Serializable
    Annotations
    @tokenClass("=>", true) @leafClass()
  87. final class RightBrace extends CloseDelim with Product with Serializable
    Annotations
    @tokenClass("}", false) @leafClass()
  88. final class RightBracket extends CloseDelim with Product with Serializable
    Annotations
    @tokenClass("]", false) @leafClass()
  89. final class RightParen extends CloseDelim with Product with Serializable
    Annotations
    @tokenClass(")", false) @leafClass()
  90. final class Semicolon extends Punct with Product with Serializable
    Annotations
    @tokenClass(";", false) @leafClass()
  91. final class Shebang extends Token with Product with Serializable
    Annotations
    @tokenClass("`#!` line at the beginning of file`", true) @leafClass()
  92. final class Space extends HSpace with Product with Serializable
    Annotations
    @tokenClass(" ", false) @leafClass()
  93. final class Subtype extends SymbolicKeyword with Product with Serializable
    Annotations
    @tokenClass("<:", false) @leafClass()
  94. final class Supertype extends SymbolicKeyword with Product with Serializable
    Annotations
    @tokenClass(">:", false) @leafClass()
  95. sealed trait Symbolic extends Token
    Annotations
    @branch() @branch()
  96. sealed trait SymbolicKeyword extends Symbolic
    Annotations
    @branch() @branch()
  97. final class Tab extends HSpace with Product with Serializable
    Annotations
    @tokenClass("\t", false) @leafClass()
  98. sealed trait Trivia extends Token
    Annotations
    @branch() @branch()
  99. final class TypeLambdaArrow extends SymbolicKeyword with Product with Serializable
    Annotations
    @tokenClass("=>>", false) @leafClass()
  100. final class Underscore extends SymbolicKeyword with Product with Serializable
    Annotations
    @tokenClass("_", false) @leafClass()
  101. final class Viewbound extends SymbolicKeyword with Product with Serializable
    Annotations
    @tokenClass("<%", false) @leafClass()
  102. sealed trait Whitespace extends Trivia
    Annotations
    @branch() @branch()

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. implicit def classifiable[T <: Token]: Classifiable[T]
  6. implicit def classifier[T <: Token]: Classifier[T, Token]
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. val pureContextFunctionArrow: String
  18. val pureFunctionArrow: String
  19. implicit def showStructure[T <: Token]: Structure[T]
  20. implicit def showSyntax[T <: Token](implicit dialect: Dialect): Syntax[T]
  21. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  26. object At extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  27. object AtEOL extends java.io.Serializable
  28. object AtEOLorF extends java.io.Serializable
  29. object BOF extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  30. object BooleanConstant extends java.io.Serializable
  31. object CR extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  32. object CRLF extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  33. object CloseDelim extends java.io.Serializable
  34. object Colon extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  35. object Comma extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  36. object Comment extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  37. object Constant extends java.io.Serializable
  38. object ContextArrow extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  39. object Dot extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  40. object EOF extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  41. object EOL extends java.io.Serializable
  42. object Ellipsis extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  43. object Equals extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  44. object FF extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  45. object FunctionArrow extends java.io.Serializable
  46. object HSpace extends java.io.Serializable
  47. object HTrivia extends java.io.Serializable
  48. object Hash extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  49. object Ident extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  50. object Indentation extends java.io.Serializable
  51. object InfixLF extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  52. object Interpolation
  53. object Invalid extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  54. object Keyword extends java.io.Serializable
  55. object KwAbstract extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  56. object KwCase extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  57. object KwCatch extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  58. object KwClass extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  59. object KwDef extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  60. object KwDo extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  61. object KwElse extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  62. object KwEnum extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  63. object KwExport extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  64. object KwExtends extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  65. object KwFalse extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  66. object KwFinal extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  67. object KwFinally extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  68. object KwFor extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  69. object KwForsome extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  70. object KwGiven extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  71. object KwIf extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  72. object KwImplicit extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  73. object KwImport extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  74. object KwLazy extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  75. object KwMacro extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  76. object KwMatch extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  77. object KwNew extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  78. object KwNull extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  79. object KwObject extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  80. object KwOverride extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  81. object KwPackage extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  82. object KwPrivate extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  83. object KwProtected extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  84. object KwReturn extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  85. object KwSealed extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  86. object KwSuper extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  87. object KwThen extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  88. object KwThis extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  89. object KwThrow extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  90. object KwTrait extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  91. object KwTrue extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  92. object KwTry extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  93. object KwType extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  94. object KwVal extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  95. object KwVar extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  96. object KwWhile extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  97. object KwWith extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  98. object KwYield extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  99. object LF extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  100. object LFLF extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  101. object LeftArrow extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  102. object LeftBrace extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  103. object LeftBracket extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  104. object LeftParen extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  105. object Literal extends java.io.Serializable
  106. object MacroQuote extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  107. object MacroSplice extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  108. object ModifierKeyword extends java.io.Serializable
  109. object MultiEOL extends java.io.Serializable
  110. object MultiHS extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  111. object MultiNL extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  112. object MultiToken extends java.io.Serializable
  113. object NumericConstant extends java.io.Serializable
  114. object OpenDelim extends java.io.Serializable
  115. object Punct extends java.io.Serializable
  116. object RightArrow extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  117. object RightBrace extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  118. object RightBracket extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  119. object RightParen extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  120. object Semicolon extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  121. object Shebang extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  122. object Space extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  123. object Subtype extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  124. object Supertype extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  125. object Symbolic extends java.io.Serializable
  126. object SymbolicKeyword extends java.io.Serializable
  127. object Tab extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  128. object Trivia extends java.io.Serializable
  129. object TypeLambdaArrow extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  130. object Underscore extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  131. object Unquote extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  132. object Viewbound extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  133. object Whitespace extends java.io.Serializable
  134. object Xml

Inherited from java.io.Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped