object Tokens
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Tokens
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val ABSTRACT: TokenType
- val ARROW: TokenType
- val AT: TokenType
- val CASE: TokenType
- val CATCH: TokenType
- val CHARACTER_LITERAL: TokenType
- val CLASS: TokenType
- val COLON: TokenType
- val COMMA: TokenType
- val COMMENTS: Set[TokenType]
- val DEF: TokenType
- val DO: TokenType
- val DOT: TokenType
- val ELSE: TokenType
- val EOF: TokenType
- val EQUALS: TokenType
- val EXCLAMATION: TokenType
- val EXTENDS: TokenType
- val FALSE: TokenType
- val FINAL: TokenType
- val FINALLY: TokenType
- val FLOATING_POINT_LITERAL: TokenType
- val FOR: TokenType
- val FORSOME: TokenType
- val HASH: TokenType
- val IDS: Set[TokenType]
- val IF: TokenType
- val IMPLICIT: TokenType
- val IMPORT: TokenType
- val INTEGER_LITERAL: TokenType
- val INTERPOLATION_ID: TokenType
- val KEYWORDS: Set[TokenType]
- val LARROW: TokenType
- val LAZY: TokenType
- val LBRACE: TokenType
- val LBRACKET: TokenType
- val LINE_COMMENT: TokenType
- val LITERALS: Set[TokenType]
- val LOWER: TokenType
- val LPAREN: TokenType
- val MATCH: TokenType
- val MINUS: TokenType
- val MULTILINE_COMMENT: TokenType
- val NEW: TokenType
- val NEWLINE: TokenType
- val NEWLINES: TokenType
- val NULL: TokenType
- val OBJECT: TokenType
- val OP: TokenType
- val OTHERID: TokenType
- val OVERRIDE: TokenType
- val PACKAGE: TokenType
- val PIPE: TokenType
- val PLUS: TokenType
- val PRIVATE: TokenType
- val PROTECTED: TokenType
- val RBRACE: TokenType
- val RBRACKET: TokenType
- val RETURN: TokenType
- val RPAREN: TokenType
- val SEALED: TokenType
- val SEMI: TokenType
- val STAR: TokenType
- val STRING_LITERAL: TokenType
- val STRING_PART: TokenType
- val SUBTYPE: TokenType
- val SUPER: TokenType
- val SUPERTYPE: TokenType
- val SYMBOL_LITERAL: TokenType
- val THIS: TokenType
- val THROW: TokenType
- val TILDE: TokenType
- val TRAIT: TokenType
- val TRUE: TokenType
- val TRY: TokenType
- val TYPE: TokenType
- val UPPER: TokenType
- val USCORE: TokenType
- val VAL: TokenType
- val VAR: TokenType
- val VARID: TokenType
- val VIEWBOUND: TokenType
- val WHILE: TokenType
- val WITH: TokenType
- val WS: TokenType
- val XML_ATTR_EQ: TokenType
- val XML_ATTR_VALUE: TokenType
- val XML_CDATA: TokenType
- val XML_COMMENT: TokenType
- val XML_EMPTY_CLOSE: TokenType
- val XML_END_OPEN: TokenType
- val XML_NAME: TokenType
- val XML_PCDATA: TokenType
- val XML_PROCESSING_INSTRUCTION: TokenType
- val XML_START_OPEN: TokenType
- val XML_TAG_CLOSE: TokenType
- val XML_UNPARSED: TokenType
- val XML_WHITESPACE: TokenType
- val YIELD: TokenType
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )