Classes | |
| class | AbortingReport |
| Error reporting class that throws a CompilerException on an error. More... | |
| class | AltGoals |
| class | CollectingReport |
| Error reporting class that collects error messages for later retrieval. | |
| class | Report |
| Error reporting class that creates an error message and delegates reporting the message to a subclass. | |
| class | Terminals |
Public Member Functions | |
| void | setReport (Parser.Events report) |
| Set the error reporting class to use. | |
| Parser.Events | getReport () |
| void | setLineBreakMap (Map< Integer, Integer > map) |
| ModelicaParser () | |
Protected Member Functions | |
| Symbol | invokeReduceAction (int rule_num, int offset) |
Package Functions | |
| [instance initializer] | |
Static Package Attributes | |
| static final ParsingTables | PARSING_TABLES |
| org.jmodelica.modelica.parser.ModelicaParser.ModelicaParser | ( | ) |
| org.jmodelica.modelica.parser.ModelicaParser.[instance initializer] | ( | ) | [package] |
| Parser.Events org.jmodelica.modelica.parser.ModelicaParser.getReport | ( | ) |
| Symbol org.jmodelica.modelica.parser.ModelicaParser.invokeReduceAction | ( | int | rule_num, | |
| int | offset | |||
| ) | [protected] |
| void org.jmodelica.modelica.parser.ModelicaParser.setLineBreakMap | ( | Map< Integer, Integer > | map | ) |
| void org.jmodelica.modelica.parser.ModelicaParser.setReport | ( | Parser.Events | report | ) |
Set the error reporting class to use.
| report | a subclass of Parser.Events to use for reporting errors. |
final ParsingTables org.jmodelica.modelica.parser.ModelicaParser.PARSING_TABLES [static, package] |
1.5.8