Uses of Enum
org.oristool.lello.parse.TerminalKind
Packages that use TerminalKind
-
Uses of TerminalKind in org.oristool.lello.parse
Methods in org.oristool.lello.parse that return TerminalKindModifier and TypeMethodDescriptionTerminal.getKind()
Retrieves the kind of the terminal symbol.static TerminalKind
Returns the enum constant of this type with the specified name.static TerminalKind[]
TerminalKind.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.oristool.lello.parse with parameters of type TerminalKindModifierConstructorDescriptionTerminal
(TerminalKind kind, String token, int row, int col) Initializes a new terminal symbol.