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 TypeMethodDescriptionvoid
DelpParserTokenManager.ReInit
(SimpleCharStream stream) Reinitializes the token manager with a new input stream.void
DelpParserTokenManager.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 SimpleCharStreamModifierConstructorDescriptionConstructor for initializing the token manager with the specified input stream.DelpParserTokenManager
(SimpleCharStream stream, int lexState) Constructor for initializing the token manager with the specified input stream and lexical state.