scalariform.lexer

Tokens

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
Learn more about member selection
Visibility
  1. Public
  2. All

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. val ABSTRACT: TokenType

  7. val ARROW: TokenType

  8. val AT: TokenType

  9. val CASE: TokenType

  10. val CATCH: TokenType

  11. val CHARACTER_LITERAL: TokenType

  12. val CLASS: TokenType

  13. val COLON: TokenType

  14. val COMMA: TokenType

  15. val COMMENTS: Set[TokenType]

  16. val DEF: TokenType

  17. val DO: TokenType

  18. val DOT: TokenType

  19. val ELSE: TokenType

  20. val EOF: TokenType

  21. val EQUALS: TokenType

  22. val EXCLAMATION: TokenType

  23. val EXTENDS: TokenType

  24. val FALSE: TokenType

  25. val FINAL: TokenType

  26. val FINALLY: TokenType

  27. val FLOATING_POINT_LITERAL: TokenType

  28. val FOR: TokenType

  29. val FORSOME: TokenType

  30. val HASH: TokenType

  31. val IDS: Set[TokenType]

  32. val IF: TokenType

  33. val IMPLICIT: TokenType

  34. val IMPORT: TokenType

  35. val INTEGER_LITERAL: TokenType

  36. val INTERPOLATION_ID: TokenType

  37. val KEYWORDS: Set[TokenType]

  38. val LARROW: TokenType

  39. val LAZY: TokenType

  40. val LBRACE: TokenType

  41. val LBRACKET: TokenType

  42. val LINE_COMMENT: TokenType

  43. val LITERALS: Set[TokenType]

  44. val LOWER: TokenType

  45. val LPAREN: TokenType

  46. val MATCH: TokenType

  47. val MINUS: TokenType

  48. val MULTILINE_COMMENT: TokenType

  49. val NEW: TokenType

  50. val NEWLINE: TokenType

  51. val NEWLINES: TokenType

  52. val NULL: TokenType

  53. val OBJECT: TokenType

  54. val OP: TokenType

  55. val OTHERID: TokenType

  56. val OVERRIDE: TokenType

  57. val PACKAGE: TokenType

  58. val PIPE: TokenType

  59. val PLUS: TokenType

  60. val PRIVATE: TokenType

  61. val PROTECTED: TokenType

  62. val RBRACE: TokenType

  63. val RBRACKET: TokenType

  64. val RETURN: TokenType

  65. val RPAREN: TokenType

  66. val SEALED: TokenType

  67. val SEMI: TokenType

  68. val STAR: TokenType

  69. val STRING_LITERAL: TokenType

  70. val STRING_PART: TokenType

  71. val SUBTYPE: TokenType

  72. val SUPER: TokenType

  73. val SUPERTYPE: TokenType

  74. val SYMBOL_LITERAL: TokenType

  75. val THIS: TokenType

  76. val THROW: TokenType

  77. val TILDE: TokenType

  78. val TRAIT: TokenType

  79. val TRUE: TokenType

  80. val TRY: TokenType

  81. val TYPE: TokenType

  82. val UPPER: TokenType

  83. val USCORE: TokenType

  84. val VAL: TokenType

  85. val VAR: TokenType

  86. val VARID: TokenType

  87. val VIEWBOUND: TokenType

  88. val WHILE: TokenType

  89. val WITH: TokenType

  90. val WS: TokenType

  91. val XML_ATTR_EQ: TokenType

  92. val XML_ATTR_VALUE: TokenType

  93. val XML_CDATA: TokenType

  94. val XML_COMMENT: TokenType

  95. val XML_EMPTY_CLOSE: TokenType

  96. val XML_END_OPEN: TokenType

  97. val XML_NAME: TokenType

  98. val XML_PCDATA: TokenType

  99. val XML_PROCESSING_INSTRUCTION: TokenType

  100. val XML_START_OPEN: TokenType

  101. val XML_TAG_CLOSE: TokenType

  102. val XML_UNPARSED: TokenType

  103. val XML_WHITESPACE: TokenType

  104. val YIELD: TokenType

  105. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  106. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  107. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  109. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  110. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  111. def hashCode(): Int

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

    Definition Classes
    Any
  113. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  116. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  117. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped