Uses of Interface
org.w3c.flute.parser.CharStream
-
Uses of CharStream in org.w3c.flute.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
ParserTokenManager.ReInit
(CharStream stream) void
ParserTokenManager.ReInit
(CharStream stream, int lexState) ModifierConstructorDescriptionParser
(CharStream stream) ParserTokenManager
(CharStream stream) ParserTokenManager
(CharStream stream, int lexState)