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