Uses of Class
org.tweetyproject.arg.delp.parser.SimpleCharStream
Packages that use SimpleCharStream
-
Uses of SimpleCharStream in org.tweetyproject.arg.delp.parser
Methods in org.tweetyproject.arg.delp.parser with parameters of type SimpleCharStreamModifier and TypeMethodDescriptionvoidDelpParserTokenManager.ReInit(SimpleCharStream stream) Reinitializes the token manager with a new input stream.voidDelpParserTokenManager.ReInit(SimpleCharStream stream, int lexState) Reinitializes the token manager with a new input stream and lexical state.Constructors in org.tweetyproject.arg.delp.parser with parameters of type SimpleCharStreamModifierConstructorDescriptionCreates a token manager for the given input stream.DelpParserTokenManager(SimpleCharStream stream, int lexState) Creates a token manager for the given input stream and lexical state.