Uses of Class
org.terrier.matching.matchops.SimpleCharStream
-
Packages that use SimpleCharStream Package Description org.terrier.matching.matchops This package contains matching Operators. -
-
Uses of SimpleCharStream in org.terrier.matching.matchops
Fields in org.terrier.matching.matchops declared as SimpleCharStream Modifier and Type Field Description protected SimpleCharStreamMatchOpQLParserTokenManager. input_streamMethods in org.terrier.matching.matchops with parameters of type SimpleCharStream Modifier and Type Method Description voidMatchOpQLParserTokenManager. ReInit(SimpleCharStream stream)Reinitialise parser.voidMatchOpQLParserTokenManager. ReInit(SimpleCharStream stream, int lexState)Reinitialise parser.Constructors in org.terrier.matching.matchops with parameters of type SimpleCharStream Constructor Description MatchOpQLParserTokenManager(SimpleCharStream stream)Constructor.MatchOpQLParserTokenManager(SimpleCharStream stream, int lexState)Constructor.
-