Packages

object Token extends Serializable

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

Type Members

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

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped