Uses of Class
org.tweetyproject.logics.rpcl.parser.rpclcondensedprobabilitydistributionparser.SimpleCharStream
Packages that use SimpleCharStream
-
Uses of SimpleCharStream in org.tweetyproject.logics.rpcl.parser.rpclcondensedprobabilitydistributionparser
Methods in org.tweetyproject.logics.rpcl.parser.rpclcondensedprobabilitydistributionparser with parameters of type SimpleCharStreamModifier and TypeMethodDescriptionstatic void
RpclCondensedProbabilityDistributionParserTokenManager.ReInit
(SimpleCharStream stream) Reinitializes the parser with a new input stream.static void
RpclCondensedProbabilityDistributionParserTokenManager.ReInit
(SimpleCharStream stream, int lexState) Reinitializes the parser with a new input stream and switches to the specified lexical state.Constructors in org.tweetyproject.logics.rpcl.parser.rpclcondensedprobabilitydistributionparser with parameters of type SimpleCharStreamModifierConstructorDescriptionConstructs a newRpclCondensedProbabilityDistributionParserTokenManager
with the given input stream.RpclCondensedProbabilityDistributionParserTokenManager
(SimpleCharStream stream, int lexState) Constructs a newRpclCondensedProbabilityDistributionParserTokenManager
with the given input stream and lexical state.