Uses of Enum Class
dev.omnist.schema.OsdLexer.TokenType
Packages that use OsdLexer.TokenType
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.TokenType in dev.omnist.schema
Methods in dev.omnist.schema that return OsdLexer.TokenTypeModifier and TypeMethodDescriptionOsdLexer.Token.type()Returns the value of thetyperecord component.static OsdLexer.TokenTypeReturns the enum constant of this class with the specified name.static OsdLexer.TokenType[]OsdLexer.TokenType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.omnist.schema with parameters of type OsdLexer.TokenTypeModifierConstructorDescriptionToken(OsdLexer.TokenType type, String text, int line, int col) Creates an instance of aTokenrecord class.