| Interfaces | |
|---|---|
| CharStream | This interface describes a character stream that maintains line and column number positions of the characters. |
| ParserConstants | No description provided. |
| ParserTreeConstants | No description provided. |
| ParserVisitor | No description provided. |
| Classes | |
|---|---|
| Parser | This class is responsible for parsing a Velocity template. |
| ParserTokenManager | No description provided. |
| 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). |
| Exceptions | |
|---|---|
| ParseException | This exception is thrown when parse errors are encountered. |
| TemplateParseException | This is an extension of the ParseException, which also takes a template name. |
| Errors | |
|---|---|
| TokenMgrError | No description provided. |