Uses of Record Class
dev.omnist.schema.OsdLexer.Token
Packages that use OsdLexer.Token
Package
Description
OSD (Omnist Schema Definition) modeling and I/O: the
Schema
type model — records, fields, scalar kinds — plus the lexer, parser, and writer
that read and write schemas in their canonical text form (omnist-spec §5).-
Uses of OsdLexer.Token in dev.omnist.schema
Methods in dev.omnist.schema that return OsdLexer.TokenModifier and TypeMethodDescriptionOsdLexer.nextToken()Scans and returns the next token, advancing the lexer position.Methods in dev.omnist.schema that return types with arguments of type OsdLexer.TokenModifier and TypeMethodDescriptionOsdLexer.tokenizeAll()Tokenizes the entire source, returning a list ending with a singleOsdLexer.TokenType.EOFtoken.