Object

scalariform.lexer

Tokens

Related Doc: package lexer

Permalink

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val ABSTRACT: TokenType

    Permalink
  5. val ARROW: TokenType

    Permalink
  6. val AT: TokenType

    Permalink
  7. val CASE: TokenType

    Permalink
  8. val CATCH: TokenType

    Permalink
  9. val CHARACTER_LITERAL: TokenType

    Permalink
  10. val CLASS: TokenType

    Permalink
  11. val COLON: TokenType

    Permalink
  12. val COMMA: TokenType

    Permalink
  13. val COMMENTS: Set[TokenType]

    Permalink
  14. val DEF: TokenType

    Permalink
  15. val DO: TokenType

    Permalink
  16. val DOT: TokenType

    Permalink
  17. val ELSE: TokenType

    Permalink
  18. val EOF: TokenType

    Permalink
  19. val EQUALS: TokenType

    Permalink
  20. val EXCLAMATION: TokenType

    Permalink
  21. val EXTENDS: TokenType

    Permalink
  22. val FALSE: TokenType

    Permalink
  23. val FINAL: TokenType

    Permalink
  24. val FINALLY: TokenType

    Permalink
  25. val FLOATING_POINT_LITERAL: TokenType

    Permalink
  26. val FOR: TokenType

    Permalink
  27. val FORSOME: TokenType

    Permalink
  28. val HASH: TokenType

    Permalink
  29. val IDS: Set[TokenType]

    Permalink
  30. val IF: TokenType

    Permalink
  31. val IMPLICIT: TokenType

    Permalink
  32. val IMPORT: TokenType

    Permalink
  33. val INTEGER_LITERAL: TokenType

    Permalink
  34. val INTERPOLATION_ID: TokenType

    Permalink
  35. val KEYWORDS: Set[TokenType]

    Permalink
  36. val LARROW: TokenType

    Permalink
  37. val LAZY: TokenType

    Permalink
  38. val LBRACE: TokenType

    Permalink
  39. val LBRACKET: TokenType

    Permalink
  40. val LINE_COMMENT: TokenType

    Permalink
  41. val LITERALS: Set[TokenType]

    Permalink
  42. val LOWER: TokenType

    Permalink
  43. val LPAREN: TokenType

    Permalink
  44. val MATCH: TokenType

    Permalink
  45. val MINUS: TokenType

    Permalink
  46. val MULTILINE_COMMENT: TokenType

    Permalink
  47. val NEW: TokenType

    Permalink
  48. val NEWLINE: TokenType

    Permalink
  49. val NEWLINES: TokenType

    Permalink
  50. val NULL: TokenType

    Permalink
  51. val OBJECT: TokenType

    Permalink
  52. val OP: TokenType

    Permalink
  53. val OTHERID: TokenType

    Permalink
  54. val OVERRIDE: TokenType

    Permalink
  55. val PACKAGE: TokenType

    Permalink
  56. val PIPE: TokenType

    Permalink
  57. val PLUS: TokenType

    Permalink
  58. val PRIVATE: TokenType

    Permalink
  59. val PROTECTED: TokenType

    Permalink
  60. val RBRACE: TokenType

    Permalink
  61. val RBRACKET: TokenType

    Permalink
  62. val RETURN: TokenType

    Permalink
  63. val RPAREN: TokenType

    Permalink
  64. val SEALED: TokenType

    Permalink
  65. val SEMI: TokenType

    Permalink
  66. val STAR: TokenType

    Permalink
  67. val STRING_LITERAL: TokenType

    Permalink
  68. val STRING_PART: TokenType

    Permalink
  69. val SUBTYPE: TokenType

    Permalink
  70. val SUPER: TokenType

    Permalink
  71. val SUPERTYPE: TokenType

    Permalink
  72. val SYMBOL_LITERAL: TokenType

    Permalink
  73. val THIS: TokenType

    Permalink
  74. val THROW: TokenType

    Permalink
  75. val TILDE: TokenType

    Permalink
  76. val TRAIT: TokenType

    Permalink
  77. val TRUE: TokenType

    Permalink
  78. val TRY: TokenType

    Permalink
  79. val TYPE: TokenType

    Permalink
  80. val UPPER: TokenType

    Permalink
  81. val USCORE: TokenType

    Permalink
  82. val VAL: TokenType

    Permalink
  83. val VAR: TokenType

    Permalink
  84. val VARID: TokenType

    Permalink
  85. val VIEWBOUND: TokenType

    Permalink
  86. val WHILE: TokenType

    Permalink
  87. val WITH: TokenType

    Permalink
  88. val WS: TokenType

    Permalink
  89. val XML_ATTR_EQ: TokenType

    Permalink
  90. val XML_ATTR_VALUE: TokenType

    Permalink
  91. val XML_CDATA: TokenType

    Permalink
  92. val XML_COMMENT: TokenType

    Permalink
  93. val XML_EMPTY_CLOSE: TokenType

    Permalink
  94. val XML_END_OPEN: TokenType

    Permalink
  95. val XML_NAME: TokenType

    Permalink
  96. val XML_PCDATA: TokenType

    Permalink
  97. val XML_PROCESSING_INSTRUCTION: TokenType

    Permalink
  98. val XML_START_OPEN: TokenType

    Permalink
  99. val XML_TAG_CLOSE: TokenType

    Permalink
  100. val XML_UNPARSED: TokenType

    Permalink
  101. val XML_WHITESPACE: TokenType

    Permalink
  102. val YIELD: TokenType

    Permalink
  103. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  104. def clone(): AnyRef

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  112. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  113. final def notifyAll(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  115. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped