Package net.sourceforge.nrl.parser

This top-level package contains utility classes referenced elsewhere.

See:
          Description

Interface Summary
INRLParser An INRLParser is a parser that can return a fully-resolved NRL abstract syntax tree.
IStatusCode An interface of status code constants for the syntax and semantic error classes.
 

Class Summary
NRLError An abstract error that contains line, column and character index info, as well as a status code.
NRLParser The main parser interface for creating an NRL AST.
SemanticError A semantic error that occurred during AST creation or AST resolution.
SyntaxError An error that occurred during parsing.
 

Package net.sourceforge.nrl.parser Description

This top-level package contains utility classes referenced elsewhere.

Specifically, it contains the error handling classes, which are used to report syntactic and semantic errors.



Copyright © 2006-2010 Christian Nentwich and others