Uses of Class
org.tweetyproject.preferences.io.SimpleCharStream
-
Uses of SimpleCharStream in org.tweetyproject.preferences.io
Modifier and TypeMethodDescriptionvoid
POParserTokenManager.ReInit
(SimpleCharStream stream) Reinitializes the parser's state with a new input stream.void
POParserTokenManager.ReInit
(SimpleCharStream stream, int lexState) Reinitializes the parser's state with a new input stream and switches to the specified lexical state.void
UPParserTokenManager.ReInit
(SimpleCharStream stream) Reinitializes the parser with a new input stream, resetting to default lexical state.void
UPParserTokenManager.ReInit
(SimpleCharStream stream, int lexState) Reinitializes the parser with a new input stream and sets the lexical state.ModifierConstructorDescriptionPOParserTokenManager
(SimpleCharStream stream) Constructor that initializes the POParserTokenManager with a provided SimpleCharStream.POParserTokenManager
(SimpleCharStream stream, int lexState) Constructor that initializes the POParserTokenManager with a provided SimpleCharStream and a specific lexical state.UPParserTokenManager
(SimpleCharStream stream) Token manager for parsing with the given input stream.UPParserTokenManager
(SimpleCharStream stream, int lexState) Token manager for parsing with the given input stream and initial lexical state.