Package org.webmacro.parser

Interface Summary
CharStream This interface describes a character stream that maintains line and column number positions of the characters.
WMParser_implConstants  
 

Class Summary
ASCII_CharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
BackupCharStream An implementation of interface CharStream.
ParserBlockBuilder ParserBlockBuilder extends BlockBuilder, and should only be used by the WMParser_impl parser.
Token Describes the input token stream.
WMParser  
WMParser_impl WMParser_impl JavaCC parser class for parsing WebMacro templates.
WMParser_implTokenManager  
 

Exception Summary
ParseException This exception is thrown when parse errors are encountered.
ParserRuntimeException Runtime exception for passing exceptions through the parser.
 

Error Summary
TokenMgrError