Uses of Class
org.oristool.lello.parse.Terminal
Packages that use Terminal
-
Uses of Terminal in org.oristool.lello.parse
Methods in org.oristool.lello.parse that return TerminalModifier and TypeMethodDescriptionListTerminalStream.getCurrent()
TerminalStream.getCurrent()
Retrieves the current symbol in the stream, without advancing the cursor.Methods in org.oristool.lello.parse that return types with arguments of type TerminalConstructor parameters in org.oristool.lello.parse with type arguments of type TerminalModifierConstructorDescriptionListTerminalStream
(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.