Uses of Interface
com.yahoo.vespa.indexinglanguage.parser.CharStream
Packages that use CharStream
-
Uses of CharStream in com.yahoo.vespa.indexinglanguage
Methods in com.yahoo.vespa.indexinglanguage that return CharStreamMethods in com.yahoo.vespa.indexinglanguage with parameters of type CharStream -
Uses of CharStream in com.yahoo.vespa.indexinglanguage.parser
Classes in com.yahoo.vespa.indexinglanguage.parser that implement CharStreamFields in com.yahoo.vespa.indexinglanguage.parser declared as CharStreamMethods in com.yahoo.vespa.indexinglanguage.parser with parameters of type CharStreamModifier and TypeMethodDescriptionvoidIndexingParser.ReInit(CharStream stream) Reinitialise.voidIndexingParserTokenManager.ReInit(CharStream stream) Reinitialise parser.voidIndexingParserTokenManager.ReInit(CharStream stream, int lexState) Reinitialise parser.Constructors in com.yahoo.vespa.indexinglanguage.parser with parameters of type CharStreamModifierConstructorDescriptionIndexingParser(CharStream stream) Constructor with user supplied CharStream.IndexingParserTokenManager(CharStream stream) Constructor.IndexingParserTokenManager(CharStream stream, int lexState) Constructor.