Uses of Record Class
dev.omnist.oml.OmlLexer.Token
Packages that use OmlLexer.Token
Package
Description
The lexer and parser for OML, Omnist's canonical text format (omnist-spec §4)
— the format every other codec's input is normalized through and every
omnist format output is written in.-
Uses of OmlLexer.Token in dev.omnist.oml
Methods in dev.omnist.oml that return OmlLexer.TokenModifier and TypeMethodDescriptionOmlLexer.nextToken()Scans and returns the next token from the source, advancing the lexer position.Methods in dev.omnist.oml that return types with arguments of type OmlLexer.TokenModifier and TypeMethodDescriptionOmlLexer.tokenizeAll()Tokenizes the entire source, returning a list ending with a singleOmlLexer.TokenType.EOFtoken.