Uses of Class
com.github.fridujo.glacio.parsing.lexer.FixedTokenDefinition
-
Packages that use FixedTokenDefinition Package Description com.github.fridujo.glacio.parsing.lexer com.github.fridujo.glacio.parsing.parser -
-
Uses of FixedTokenDefinition in com.github.fridujo.glacio.parsing.lexer
Methods in com.github.fridujo.glacio.parsing.lexer that return FixedTokenDefinition Modifier and Type Method Description static FixedTokenDefinitionFixedTokenDefinition. valueOf(String name)Returns the enum constant of this type with the specified name.static FixedTokenDefinition[]FixedTokenDefinition. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.github.fridujo.glacio.parsing.lexer with parameters of type FixedTokenDefinition Constructor Description Token(FixedTokenDefinition fixedTokenDefinition, Position position) -
Uses of FixedTokenDefinition in com.github.fridujo.glacio.parsing.parser
Constructors in com.github.fridujo.glacio.parsing.parser with parameters of type FixedTokenDefinition Constructor Description MissingTokenException(FixedTokenDefinition expected, Token found)
-