| 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.
|
| net.oneandone.mork.semantics |
Data types for attribute grammars.
|
| Modifier and Type | Method and Description |
|---|---|
Parser |
Syntax.translate(int k,
int threadCount,
Output output)
Translate specification.
|
| Modifier and Type | Method and Description |
|---|---|
Parser |
Mapper.getParser() |
| Constructor and Description |
|---|
Mapper(String name,
Parser parser,
Oag oag)
Create a mapper with the specified parser and semantics.
|
Mapper(String name,
Parser parser,
Oag oag,
ErrorHandler errorHandler) |
| Modifier and Type | Method and Description |
|---|---|
Parser |
Parser.newInstance() |
| Modifier and Type | Method and Description |
|---|---|
void |
TreeBuilder.open(Scanner scanner,
Parser parser) |
| Modifier and Type | Method and Description |
|---|---|
Node |
NodeFactory.allocateNonterminal(Parser parser,
Object environment) |
void |
Oag.open(Scanner scanner,
Parser parser) |
Copyright © 1998–2017 1&1. All rights reserved.