Uses of Interface
org.kink_lang.kink.internal.program.lex.Token
Packages that use Token
Package
Description
The parser and ASTs of programs.
The lexicalizer of programs.
-
Uses of Token in org.kink_lang.kink.internal.program.ast
Method parameters in org.kink_lang.kink.internal.program.ast with type arguments of type Token -
Uses of Token in org.kink_lang.kink.internal.program.lex
Classes in org.kink_lang.kink.internal.program.lex that implement TokenModifier and TypeClassDescriptionfinal recordA special token which indicates the end-of-text.final recordA special token which indicates an error in lexical analysis.final recordA mark token.final recordA noun token.final recordA decimal token.final recordA str token.final recordA verb token.Methods in org.kink_lang.kink.internal.program.lex that return types with arguments of type Token