Uses of Class
org.tweetyproject.logics.rpcl.parser.rpclcondensedprobabilitydistributionparser.SimpleCharStream
-
Uses of SimpleCharStream in org.tweetyproject.logics.rpcl.parser.rpclcondensedprobabilitydistributionparser
Modifier 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.ModifierConstructorDescriptionConstructs a newRpclCondensedProbabilityDistributionParserTokenManager
with the given input stream.RpclCondensedProbabilityDistributionParserTokenManager
(SimpleCharStream stream, int lexState) Constructs a newRpclCondensedProbabilityDistributionParserTokenManager
with the given input stream and lexical state.