amyc.parsing
package amyc.parsing
Members list
Type members
Classlikes
sealed trait Token extends Positioned, Product
Attributes
- Supertypes
- Known subtypes
-
class BoolLitTokenclass CommentTokenclass DelimiterTokenclass EOFTokenclass ErrorTokenclass IdentifierTokenclass IntLitTokenclass KeywordTokenclass ModifierTokenclass OperatorTokenclass SpaceTokenclass StringLitTokenShow all
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class DelimiterKindobject EOFKind.typeclass IdentifierKindclass KeywordKindobject LiteralKind.typeobject ModifierKind.typeobject NoKind.typeclass OperatorKindShow all
object TokenKind
object TokenKinds
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
TokenKinds.type
In this article