See: Description
| Interface | Description |
|---|---|
| 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 | Description |
|---|---|
| ModelLoadingError |
Specific error for models which are referenced by something but could not
be loaded.
|
| NRLError |
An abstract error that contains line, column and character index info, as well as a
status code.
|
| NRLModel | |
| 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.
|
Specifically, it contains the error handling classes, which are used to report syntactic and semantic errors.
Copyright © 2006-2013. All Rights Reserved.