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. final class CR extends AtEOL with Product with Serializable
    Annotations
    @tokenClass("\r", false) @leafClass()
  6. sealed trait CloseDelim extends Punct
    Annotations
    @branch() @branch()
  7. final class Colon extends SymbolicKeyword with Product with Serializable
    Annotations
    @tokenClass(":", false) @leafClass()
  8. final class Comma extends Punct with Product with Serializable
    Annotations
    @tokenClass(",", false) @leafClass()
  9. final class Comment extends Trivia with Product with Serializable
    Annotations
    @tokenClass("comment", true) @leafClass()
  10. sealed abstract class Constant[A] extends Literal
    Annotations
    @branch() @branch()
  11. final class ContextArrow extends SymbolicKeyword with Product with Serializable
    Annotations
    @tokenClass("?=>", false) @leafClass()
  12. final class Dot extends Punct with Product with Serializable
    Annotations
    @tokenClass(".", false) @leafClass()
  13. final class EOF extends AtEOLorF with Product with Serializable
    Annotations
    @tokenClass("end of file", true) @leafClass()
  14. sealed trait EOL extends AtEOL
    Annotations
    @branch() @branch()
  15. final class Equals extends SymbolicKeyword with Product with Serializable
    Annotations
    @tokenClass("=", false) @leafClass()
  16. final class FF extends EOL with Product with Serializable
    Annotations
    @tokenClass("\f", false) @leafClass()
  17. sealed trait HSpace extends Whitespace
    Annotations
    @branch() @branch()
  18. final class Hash extends SymbolicKeyword with Product with Serializable
    Annotations
    @tokenClass("#", false) @leafClass()
  19. final class Ident extends Token with Product with Serializable
    Annotations
    @tokenClass("identifier", true) @leafClass()
  20. sealed trait Indentation extends Whitespace
    Annotations
    @branch() @branch()
  21. sealed trait Keyword extends Token
    Annotations
    @branch() @branch()
  22. final class KwAbstract extends ModifierKeyword with Product with Serializable
    Annotations
    @tokenClass("abstract", false) @leafClass()
  23. final class KwCase extends Keyword with Product with Serializable
    Annotations
    @tokenClass("case", false) @leafClass()
  24. final class KwCatch extends Keyword with Product with Serializable
    Annotations
    @tokenClass("catch", false) @leafClass()
  25. final class KwClass extends Keyword with Product with Serializable
    Annotations
    @tokenClass("class", false) @leafClass()
  26. final class KwDef extends Keyword with Product with Serializable
    Annotations
    @tokenClass("def", false) @leafClass()
  27. final class KwDo extends Keyword with Product with Serializable
    Annotations
    @tokenClass("do", false) @leafClass()
  28. final class KwElse extends Keyword with Product with Serializable
    Annotations
    @tokenClass("else", false) @leafClass()
  29. final class KwEnum extends Keyword with Product with Serializable
    Annotations
    @tokenClass("enum", false) @leafClass()
  30. final class KwExport extends Keyword with Product with Serializable
    Annotations
    @tokenClass("export", false) @leafClass()
  31. final class KwExtends extends Keyword with Product with Serializable
    Annotations
    @tokenClass("extends", false) @leafClass()
  32. final class KwFalse extends Literal with Product with Serializable
    Annotations
    @tokenClass("false", false) @leafClass()
  33. final class KwFinal extends ModifierKeyword with Product with Serializable
    Annotations
    @tokenClass("final", false) @leafClass()
  34. final class KwFinally extends Keyword with Product with Serializable
    Annotations
    @tokenClass("finally", false) @leafClass()
  35. final class KwFor extends Keyword with Product with Serializable
    Annotations
    @tokenClass("for", false) @leafClass()
  36. final class KwForsome extends Keyword with Product with Serializable
    Annotations
    @tokenClass("forSome", false) @leafClass()
  37. final class KwGiven extends Keyword with Product with Serializable
    Annotations
    @tokenClass("given", false) @leafClass()
  38. final class KwIf extends Keyword with Product with Serializable
    Annotations
    @tokenClass("if", false) @leafClass()
  39. final class KwImplicit extends ModifierKeyword with Product with Serializable
    Annotations
    @tokenClass("implicit", false) @leafClass()
  40. final class KwImport extends Keyword with Product with Serializable
    Annotations
    @tokenClass("import", false) @leafClass()
  41. final class KwLazy extends ModifierKeyword with Product with Serializable
    Annotations
    @tokenClass("lazy", false) @leafClass()
  42. final class KwMacro extends Keyword with Product with Serializable
    Annotations
    @tokenClass("macro", false) @leafClass()
  43. final class KwMatch extends Keyword with Product with Serializable
    Annotations
    @tokenClass("match", false) @leafClass()
  44. final class KwNew extends Keyword with Product with Serializable
    Annotations
    @tokenClass("new", false) @leafClass()
  45. final class KwNull extends Literal with Product with Serializable
    Annotations
    @tokenClass("null", false) @leafClass()
  46. final class KwObject extends Keyword with Product with Serializable
    Annotations
    @tokenClass("object", false) @leafClass()
  47. final class KwOverride extends ModifierKeyword with Product with Serializable
    Annotations
    @tokenClass("override", false) @leafClass()
  48. final class KwPackage extends Keyword with Product with Serializable
    Annotations
    @tokenClass("package", false) @leafClass()
  49. final class KwPrivate extends ModifierKeyword with Product with Serializable
    Annotations
    @tokenClass("private", false) @leafClass()
  50. final class KwProtected extends ModifierKeyword with Product with Serializable
    Annotations
    @tokenClass("protected", false) @leafClass()
  51. final class KwReturn extends Keyword with Product with Serializable
    Annotations
    @tokenClass("return", false) @leafClass()
  52. final class KwSealed extends ModifierKeyword with Product with Serializable
    Annotations
    @tokenClass("sealed", false) @leafClass()
  53. final class KwSuper extends Keyword with Product with Serializable
    Annotations
    @tokenClass("super", false) @leafClass()
  54. final class KwThen extends Keyword with Product with Serializable
    Annotations
    @tokenClass("then", false) @leafClass()
  55. final class KwThis extends Keyword with Product with Serializable
    Annotations
    @tokenClass("this", false) @leafClass()
  56. final class KwThrow extends Keyword with Product with Serializable
    Annotations
    @tokenClass("throw", false) @leafClass()
  57. final class KwTrait extends Keyword with Product with Serializable
    Annotations
    @tokenClass("trait", false) @leafClass()
  58. final class KwTrue extends Literal with Product with Serializable
    Annotations
    @tokenClass("true", false) @leafClass()
  59. final class KwTry extends Keyword with Product with Serializable
    Annotations
    @tokenClass("try", false) @leafClass()
  60. final class KwType extends Keyword with Product with Serializable
    Annotations
    @tokenClass("type", false) @leafClass()
  61. final class KwVal extends Keyword with Product with Serializable
    Annotations
    @tokenClass("val", false) @leafClass()
  62. final class KwVar extends Keyword with Product with Serializable
    Annotations
    @tokenClass("var", false) @leafClass()
  63. final class KwWhile extends Keyword with Product with Serializable
    Annotations
    @tokenClass("while", false) @leafClass()
  64. final class KwWith extends Keyword with Product with Serializable
    Annotations
    @tokenClass("with", false) @leafClass()
  65. final class KwYield extends Keyword with Product with Serializable
    Annotations
    @tokenClass("yield", false) @leafClass()
  66. final class LF extends EOL with Product with Serializable
    Annotations
    @tokenClass("\n", false) @leafClass()
  67. final class LeftArrow extends SymbolicKeyword with Product with Serializable
    Annotations
    @tokenClass("<-", true) @leafClass()
  68. final class LeftBrace extends OpenDelim with Product with Serializable
    Annotations
    @tokenClass("{", false) @leafClass()
  69. final class LeftBracket extends OpenDelim with Product with Serializable
    Annotations
    @tokenClass("[", false) @leafClass()
  70. final class LeftParen extends OpenDelim with Product with Serializable
    Annotations
    @tokenClass("(", false) @leafClass()
  71. sealed trait Literal extends Token
    Annotations
    @branch() @branch()
  72. final class MacroQuote extends SymbolicKeyword with Product with Serializable
    Annotations
    @tokenClass("\'", false) @leafClass()
  73. final class MacroSplice extends SymbolicKeyword with Product with Serializable
    Annotations
    @tokenClass("$", false) @leafClass()
  74. sealed trait ModifierKeyword extends Keyword
    Annotations
    @branch() @branch()
  75. sealed abstract class NumericConstant[A <: ScalaNumber] extends Constant[A]
    Annotations
    @branch() @branch()
  76. sealed trait OpenDelim extends Punct
    Annotations
    @branch() @branch()
  77. sealed trait Punct extends Symbolic
    Annotations
    @branch() @branch()
  78. final class RightArrow extends SymbolicKeyword with Product with Serializable
    Annotations
    @tokenClass("=>", true) @leafClass()
  79. final class RightBrace extends CloseDelim with Product with Serializable
    Annotations
    @tokenClass("}", false) @leafClass()
  80. final class RightBracket extends CloseDelim with Product with Serializable
    Annotations
    @tokenClass("]", false) @leafClass()
  81. final class RightParen extends CloseDelim with Product with Serializable
    Annotations
    @tokenClass(")", false) @leafClass()
  82. final class Semicolon extends Punct with Product with Serializable
    Annotations
    @tokenClass(";", false) @leafClass()
  83. final class Space extends HSpace with Product with Serializable
    Annotations
    @tokenClass(" ", false) @leafClass()
  84. final class Subtype extends SymbolicKeyword with Product with Serializable
    Annotations
    @tokenClass("<:", false) @leafClass()
  85. final class Supertype extends SymbolicKeyword with Product with Serializable
    Annotations
    @tokenClass(">:", false) @leafClass()
  86. sealed trait Symbolic extends Token
    Annotations
    @branch() @branch()
  87. sealed trait SymbolicKeyword extends Symbolic
    Annotations
    @branch() @branch()
  88. final class Tab extends HSpace with Product with Serializable
    Annotations
    @tokenClass("\t", false) @leafClass()
  89. sealed trait Trivia extends Token
    Annotations
    @branch() @branch()
  90. final class TypeLambdaArrow extends SymbolicKeyword with Product with Serializable
    Annotations
    @tokenClass("=>>", false) @leafClass()
  91. final class Underscore extends SymbolicKeyword with Product with Serializable
    Annotations
    @tokenClass("_", false) @leafClass()
  92. final class Viewbound extends SymbolicKeyword with Product with Serializable
    Annotations
    @tokenClass("<%", false) @leafClass()
  93. 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. implicit def showStructure[T <: Token]: Structure[T]
  18. implicit def showSyntax[T <: Token](implicit dialect: Dialect): Syntax[T]
  19. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  20. def toString(): String
    Definition Classes
    AnyRef → Any
  21. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  24. object At extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  25. object AtEOL extends java.io.Serializable
  26. object AtEOLorF extends java.io.Serializable
  27. object BOF extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  28. object CR extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  29. object CloseDelim extends java.io.Serializable
  30. object Colon extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  31. object Comma extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  32. object Comment extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  33. object Constant extends java.io.Serializable
  34. object ContextArrow extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  35. object Dot extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  36. object EOF extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  37. object EOL extends java.io.Serializable
  38. object Ellipsis extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  39. object Equals extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  40. object FF extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  41. object HSpace extends java.io.Serializable
  42. object Hash extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  43. object Ident extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  44. object Indentation extends java.io.Serializable
  45. object InfixLF extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  46. object Interpolation
  47. object Keyword extends java.io.Serializable
  48. object KwAbstract extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  49. object KwCase extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  50. object KwCatch extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  51. object KwClass extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  52. object KwDef extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  53. object KwDo extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  54. object KwElse extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  55. object KwEnum extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  56. object KwExport extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  57. object KwExtends extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  58. object KwFalse extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  59. object KwFinal extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  60. object KwFinally extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  61. object KwFor extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  62. object KwForsome extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  63. object KwGiven extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  64. object KwIf extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  65. object KwImplicit extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  66. object KwImport extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  67. object KwLazy extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  68. object KwMacro extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  69. object KwMatch extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  70. object KwNew extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  71. object KwNull extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  72. object KwObject extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  73. object KwOverride extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  74. object KwPackage extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  75. object KwPrivate extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  76. object KwProtected extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  77. object KwReturn extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  78. object KwSealed extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  79. object KwSuper extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  80. object KwThen extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  81. object KwThis extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  82. object KwThrow extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  83. object KwTrait extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  84. object KwTrue extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  85. object KwTry extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  86. object KwType extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  87. object KwVal extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  88. object KwVar extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  89. object KwWhile extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  90. object KwWith extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  91. object KwYield extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  92. object LF extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  93. object LFLF extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  94. object LeftArrow extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  95. object LeftBrace extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  96. object LeftBracket extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  97. object LeftParen extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  98. object Literal extends java.io.Serializable
  99. object MacroQuote extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  100. object MacroSplice extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  101. object ModifierKeyword extends java.io.Serializable
  102. object NumericConstant extends java.io.Serializable
  103. object OpenDelim extends java.io.Serializable
  104. object Punct extends java.io.Serializable
  105. object RightArrow extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  106. object RightBrace extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  107. object RightBracket extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  108. object RightParen extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  109. object Semicolon extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  110. object Space extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  111. object Subtype extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  112. object Supertype extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  113. object Symbolic extends java.io.Serializable
  114. object SymbolicKeyword extends java.io.Serializable
  115. object Tab extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  116. object Trivia extends java.io.Serializable
  117. object TypeLambdaArrow extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  118. object Underscore extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  119. object Unquote extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  120. object Viewbound extends java.io.Serializable
    Annotations
    @tokenCompanion() @leafCompanion()
  121. object Whitespace extends java.io.Serializable
  122. object Xml

Inherited from java.io.Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped