Package org.apache.hivemind.sdl.parser

The underlying classes used with Simple Data Language.

See:
          Description

Interface Summary
SimpleDataLanguageParserConstants  
 

Class Summary
SDLLocator Implementation of Locator where the values (just the line number and column number) are provided by the SimpleDataLanguageParser.
SimpleCharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleDataLanguageParser  
SimpleDataLanguageParserTokenManager  
Token Describes the input token stream.
 

Exception Summary
ParseException This exception is thrown when parse errors are encountered.
SystemParseException Subclass of SystemParseException that supports a wrapped exception (typically a SAXException.
 

Error Summary
TokenMgrError  
 

Package org.apache.hivemind.sdl.parser Description

The underlying classes used with Simple Data Language. The majority of these files are generated via JavaCC.