Uses of Class
org.tweetyproject.preferences.io.SimpleCharStream
Packages that use SimpleCharStream
-
Uses of SimpleCharStream in org.tweetyproject.preferences.io
Methods in org.tweetyproject.preferences.io with parameters of type SimpleCharStreamModifier and TypeMethodDescriptionvoidPOParserTokenManager.ReInit(SimpleCharStream stream) Reinitializes the parser's state with a new input stream.voidPOParserTokenManager.ReInit(SimpleCharStream stream, int lexState) Reinitializes the parser's state with a new input stream and switches to the specified lexical state.voidUPParserTokenManager.ReInit(SimpleCharStream stream) Reinitializes the parser with a new input stream, resetting to default lexical state.voidUPParserTokenManager.ReInit(SimpleCharStream stream, int lexState) Reinitializes the parser with a new input stream and sets the lexical state.Constructors in org.tweetyproject.preferences.io with parameters of type SimpleCharStreamModifierConstructorDescriptionPOParserTokenManager(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.