Uses of Interface
org.apache.velocity.runtime.parser.CharStream
-
Uses of CharStream in org.apache.velocity.runtime.parser
Modifier and TypeClassDescriptionfinal class
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).Modifier and TypeMethodDescriptionvoid
Parser.ReInit
(CharStream stream) void
StandardParser.ReInit
(CharStream stream) Reinitialise.void
StandardParserTokenManager.ReInit
(StandardParser parserArg, CharStream stream) Reinitialise parser.void
StandardParserTokenManager.ReInit
(StandardParser parserArg, CharStream stream, int lexState) Reinitialise parser.ModifierConstructorDescriptionStandardParser
(CharStream stream) Constructor with user supplied CharStream.StandardParserTokenManager
(StandardParser parserArg, CharStream stream) Constructor with parser.StandardParserTokenManager
(StandardParser parserArg, CharStream stream, int lexState) Constructor with parser.