Interface | Description |
---|---|
CharStream |
This interface describes a character stream that maintains line and
column number positions of the characters.
|
Parser | |
StandardParserConstants |
Token literal values and constants.
|
Class | Description |
---|---|
LogContext |
Track location in template files during rendering by populating the slf4j MDC tags
file , line and column . |
LogContext.StackElement | |
StandardParser |
This class is responsible for parsing a Velocity
xtemplate.
|
StandardParser.JJCalls | |
StandardParserTokenManager |
Token Manager.
|
StandardParserTokenManager.ParserState |
Holds the state of the parsing process.
|
Token |
Describes the input token stream.
|
VelocityCharStream |
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
|
Exception | Description |
---|---|
ParseException |
This exception is thrown when parse errors are encountered.
|
TemplateParseException |
This is an extension of the ParseException, which also takes a
template name.
|
Error | Description |
---|---|
StandardParser.LookaheadSuccess | |
TokenMgrError |
Token Manager Error.
|