scalariform.lexer

Tokens

Related Doc: package lexer

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: 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 RARROW: TokenType

  61. val RBRACE: TokenType

  62. val RBRACKET: TokenType

  63. val RETURN: TokenType

  64. val RPAREN: TokenType

  65. val SEALED: TokenType

  66. val SEMI: TokenType

  67. val STAR: TokenType

  68. val STRING_LITERAL: TokenType

  69. val STRING_PART: TokenType

  70. val SUBTYPE: TokenType

  71. val SUPER: TokenType

  72. val SUPERTYPE: TokenType

  73. val SYMBOL_LITERAL: TokenType

  74. val THIS: TokenType

  75. val THROW: TokenType

  76. val TILDE: TokenType

  77. val TRAIT: TokenType

  78. val TRUE: TokenType

  79. val TRY: TokenType

  80. val TYPE: TokenType

  81. val UPPER: TokenType

  82. val USCORE: TokenType

  83. val VAL: TokenType

  84. val VAR: TokenType

  85. val VARID: TokenType

  86. val VIEWBOUND: TokenType

  87. val WHILE: TokenType

  88. val WITH: TokenType

  89. val WS: TokenType

  90. val XML_ATTR_EQ: TokenType

  91. val XML_ATTR_VALUE: TokenType

  92. val XML_CDATA: TokenType

  93. val XML_COMMENT: TokenType

  94. val XML_EMPTY_CLOSE: TokenType

  95. val XML_END_OPEN: TokenType

  96. val XML_NAME: TokenType

  97. val XML_PCDATA: TokenType

  98. val XML_PROCESSING_INSTRUCTION: TokenType

  99. val XML_START_OPEN: TokenType

  100. val XML_TAG_CLOSE: TokenType

  101. val XML_UNPARSED: TokenType

  102. val XML_WHITESPACE: TokenType

  103. val YIELD: TokenType

  104. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  105. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  116. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped