Uses of Class
org.oristool.lello.parse.Terminal
-
Uses of Terminal in org.oristool.lello.parse
Modifier and TypeMethodDescriptionListTerminalStream.getCurrent()
TerminalStream.getCurrent()
Retrieves the current symbol in the stream, without advancing the cursor.ModifierConstructorDescriptionListTerminalStream
(List<Terminal> terminals) Initializes a stream of symbols based on a list; the symbols will be received from the stream in the same order they appear in the list.