C# (CSharp) NVelocity.Runtime.Parser Namespace

Nested Namespaces

NVelocity.Runtime.Parser.Node

Classes

Name Description
ParseException This exception is thrown when parse errors are encountered. You can explicitly create objects of this exception type by calling the method generateParseException in the generated parser. * You can modify this class to customize your error reporting mechanisms so long as you retain the public fields.
Parser This class is responsible for parsing a Velocity template. This class was generated by JavaCC using the JJTree extension to produce an Abstract Syntax Tree (AST) of the template. Please look at the Parser.jjt file which is what controls the generation of this class.
Parser.Calls
ParserConstants
ParserState
ParserTokenManager
ParserTreeConstants
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).