| Package | Description |
|---|---|
| net.oneandone.mork.compiler |
Invoke and control mork.
|
| net.oneandone.mork.mapping |
Implements the mapping concept.
|
| net.oneandone.mork.parser |
Push down automatons for shift-reduce parsing.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Output
Global IO configuration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExceptionErrorHandler |
class |
PrintWriterErrorHandler
ErrorHandler that prints messages to the PrintWriter specified in the constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ErrorHandler |
Mapper.getErrorHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
Mapper.setErrorHandler(ErrorHandler errorHandler)
Defines the handler to report errors to.
|
| Constructor and Description |
|---|
Mapper(String name,
ErrorHandler errorHandler) |
Mapper(String name,
Parser parser,
Oag oag,
ErrorHandler errorHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
Parser.setErrorHandler(ErrorHandler errorHandler) |
Copyright © 1998–2017 1&1. All rights reserved.