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