object Tokens

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Tokens
  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. val ABSTRACT: TokenType
  5. val ARROW: TokenType
  6. val AT: TokenType
  7. val CASE: TokenType
  8. val CATCH: TokenType
  9. val CHARACTER_LITERAL: TokenType
  10. val CLASS: TokenType
  11. val COLON: TokenType
  12. val COMMA: TokenType
  13. val COMMENTS: Set[TokenType]
  14. val DEF: TokenType
  15. val DO: TokenType
  16. val DOT: TokenType
  17. val ELSE: TokenType
  18. val EOF: TokenType
  19. val EQUALS: TokenType
  20. val EXCLAMATION: TokenType
  21. val EXTENDS: TokenType
  22. val FALSE: TokenType
  23. val FINAL: TokenType
  24. val FINALLY: TokenType
  25. val FLOATING_POINT_LITERAL: TokenType
  26. val FOR: TokenType
  27. val FORSOME: TokenType
  28. val HASH: TokenType
  29. val IDS: Set[TokenType]
  30. val IF: TokenType
  31. val IMPLICIT: TokenType
  32. val IMPORT: TokenType
  33. val INTEGER_LITERAL: TokenType
  34. val INTERPOLATION_ID: TokenType
  35. val KEYWORDS: Set[TokenType]
  36. val LARROW: TokenType
  37. val LAZY: TokenType
  38. val LBRACE: TokenType
  39. val LBRACKET: TokenType
  40. val LINE_COMMENT: TokenType
  41. val LITERALS: Set[TokenType]
  42. val LOWER: TokenType
  43. val LPAREN: TokenType
  44. val MATCH: TokenType
  45. val MINUS: TokenType
  46. val MULTILINE_COMMENT: TokenType
  47. val NEW: TokenType
  48. val NEWLINE: TokenType
  49. val NEWLINES: TokenType
  50. val NULL: TokenType
  51. val OBJECT: TokenType
  52. val OP: TokenType
  53. val OTHERID: TokenType
  54. val OVERRIDE: TokenType
  55. val PACKAGE: TokenType
  56. val PIPE: TokenType
  57. val PLUS: TokenType
  58. val PRIVATE: TokenType
  59. val PROTECTED: TokenType
  60. val RBRACE: TokenType
  61. val RBRACKET: TokenType
  62. val RETURN: TokenType
  63. val RPAREN: TokenType
  64. val SEALED: TokenType
  65. val SEMI: TokenType
  66. val STAR: TokenType
  67. val STRING_LITERAL: TokenType
  68. val STRING_PART: TokenType
  69. val SUBTYPE: TokenType
  70. val SUPER: TokenType
  71. val SUPERTYPE: TokenType
  72. val SYMBOL_LITERAL: TokenType
  73. val THIS: TokenType
  74. val THROW: TokenType
  75. val TILDE: TokenType
  76. val TRAIT: TokenType
  77. val TRUE: TokenType
  78. val TRY: TokenType
  79. val TYPE: TokenType
  80. val UPPER: TokenType
  81. val USCORE: TokenType
  82. val VAL: TokenType
  83. val VAR: TokenType
  84. val VARID: TokenType
  85. val VIEWBOUND: TokenType
  86. val WHILE: TokenType
  87. val WITH: TokenType
  88. val WS: TokenType
  89. val XML_ATTR_EQ: TokenType
  90. val XML_ATTR_VALUE: TokenType
  91. val XML_CDATA: TokenType
  92. val XML_COMMENT: TokenType
  93. val XML_EMPTY_CLOSE: TokenType
  94. val XML_END_OPEN: TokenType
  95. val XML_NAME: TokenType
  96. val XML_PCDATA: TokenType
  97. val XML_PROCESSING_INSTRUCTION: TokenType
  98. val XML_START_OPEN: TokenType
  99. val XML_TAG_CLOSE: TokenType
  100. val XML_UNPARSED: TokenType
  101. val XML_WHITESPACE: TokenType
  102. val YIELD: TokenType
  103. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  104. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  105. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  106. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  107. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  108. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  109. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  110. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  111. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  112. final def notify(): Unit
    Definition Classes
    AnyRef
  113. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  114. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  115. def toString(): String
    Definition Classes
    AnyRef → Any
  116. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  117. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  118. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped