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 voidRpclCondensedProbabilityDistributionParserTokenManager.ReInit(SimpleCharStream stream) Reinitializes the parser with a new input stream.static voidRpclCondensedProbabilityDistributionParserTokenManager.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 newRpclCondensedProbabilityDistributionParserTokenManagerwith the given input stream.RpclCondensedProbabilityDistributionParserTokenManager(SimpleCharStream stream, int lexState) Constructs a newRpclCondensedProbabilityDistributionParserTokenManagerwith the given input stream and lexical state.