Uses of Class
org.tweetyproject.logics.rpcl.parser.rpclprobabilitydistributionparser.SimpleCharStream
Packages that use SimpleCharStream
-
Uses of SimpleCharStream in org.tweetyproject.logics.rpcl.parser.rpclprobabilitydistributionparser
Methods in org.tweetyproject.logics.rpcl.parser.rpclprobabilitydistributionparser with parameters of type SimpleCharStreamModifier and TypeMethodDescriptionstatic voidRpclProbabilityDistributionParserTokenManager.ReInit(SimpleCharStream stream) Reinitializes the token manager with a new input stream.static voidRpclProbabilityDistributionParserTokenManager.ReInit(SimpleCharStream stream, int lexState) Reinitializes the token manager with a new input stream and lexical state.Constructors in org.tweetyproject.logics.rpcl.parser.rpclprobabilitydistributionparser with parameters of type SimpleCharStreamModifierConstructorDescriptionCreates a token manager for the given input stream.RpclProbabilityDistributionParserTokenManager(SimpleCharStream stream, int lexState) Creates a token manager for the given input stream and lexical state.