Package | Description |
---|---|
org.apache.velocity.runtime.parser |
Modifier and Type | Class and Description |
---|---|
class |
VelocityCharStream
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
|
Modifier and Type | Field and Description |
---|---|
private CharStream |
ParserTokenManager.input_stream |
Modifier and Type | Method and Description |
---|---|
void |
ParserTokenManager.ReInit(CharStream stream) |
void |
Parser.ReInit(CharStream stream) |
void |
ParserTokenManager.ReInit(CharStream stream,
int lexState) |
Constructor and Description |
---|
Parser(CharStream stream) |
ParserTokenManager(CharStream stream) |
ParserTokenManager(CharStream stream,
int lexState) |
Copyright ? 2002 Apache Software Foundation. All Rights Reserved.