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 |
---|---|
protected CharStream |
ParserTokenManager.input_stream |
Modifier and Type | Method and Description |
---|---|
void |
Parser.ReInit(CharStream stream)
Reinitialise.
|
void |
ParserTokenManager.ReInit(CharStream stream)
Reinitialise parser.
|
void |
ParserTokenManager.ReInit(CharStream stream,
int lexState)
Reinitialise parser.
|
Constructor and Description |
---|
Parser(CharStream stream)
Constructor with user supplied CharStream.
|
ParserTokenManager(CharStream stream)
Constructor.
|
ParserTokenManager(CharStream stream,
int lexState)
Constructor.
|
Copyright © 2000–2017 The Apache Software Foundation. All rights reserved.