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 SimpleCharStream
MatchOpQLParserTokenManager. input_stream
Methods in org.terrier.matching.matchops with parameters of type SimpleCharStream Modifier and Type Method Description void
MatchOpQLParserTokenManager. ReInit(SimpleCharStream stream)
Reinitialise parser.void
MatchOpQLParserTokenManager. 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.
-