Uses of Class
de.foellix.aql.datastructure.handler.SimpleCharStream
Packages that use SimpleCharStream
-
Uses of SimpleCharStream in de.foellix.aql.datastructure.handler
Fields in de.foellix.aql.datastructure.handler declared as SimpleCharStreamModifier and TypeFieldDescriptionprotected SimpleCharStreamQuestionParserTokenManager.input_streamMethods in de.foellix.aql.datastructure.handler with parameters of type SimpleCharStreamModifier and TypeMethodDescriptionvoidQuestionParserTokenManager.ReInit(SimpleCharStream stream) Reinitialise parser.voidQuestionParserTokenManager.ReInit(SimpleCharStream stream, int lexState) Reinitialise parser.Constructors in de.foellix.aql.datastructure.handler with parameters of type SimpleCharStreamModifierConstructorDescriptionConstructor.QuestionParserTokenManager(SimpleCharStream stream, int lexState) Constructor.