| Interface Summary | |
|---|---|
| CharStream | This interface describes a character stream that maintains line and column number positions of the characters. |
| ParserConstants | |
| ParserTreeConstants | |
| Class Summary | |
|---|---|
| JJTParserState | |
| ParseException | This exception is thrown when parse errors are encountered. |
| Parser | This class is responsible for parsing a Velocity template. |
| ParserTokenManager | |
| Parser.JJCalls | |
| Token | Describes the input token stream. |
| TokenMgrError | |
| VelocityCharStream | An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing). |