Uses of Class
com.soffid.scimquery.parser.SimpleCharStream
Packages that use SimpleCharStream
-
Uses of SimpleCharStream in com.soffid.scimquery.parser
Fields in com.soffid.scimquery.parser declared as SimpleCharStreamModifier and TypeFieldDescriptionprotected SimpleCharStreamExpressionParserTokenManager.input_streamMethods in com.soffid.scimquery.parser with parameters of type SimpleCharStreamModifier and TypeMethodDescriptionvoidExpressionParserTokenManager.ReInit(SimpleCharStream stream) Reinitialise parser.voidExpressionParserTokenManager.ReInit(SimpleCharStream stream, int lexState) Reinitialise parser.Constructors in com.soffid.scimquery.parser with parameters of type SimpleCharStreamModifierConstructorDescriptionConstructor.ExpressionParserTokenManager(SimpleCharStream stream, int lexState) Constructor.