| Package | Description |
|---|---|
| net.oneandone.mork.compiler |
Invoke and control mork.
|
| net.oneandone.mork.mapping |
Implements the mapping concept.
|
| Modifier and Type | Method and Description |
|---|---|
static Syntax |
Stubs.createSyntax(StringArrayList symbolTable,
Rule[] parserRules,
boolean prio,
net.oneandone.sushi.util.IntBitSet whiteSymbols,
Rule[] explScannerRules,
List rawKeywords) |
Syntax |
Specification.getSyntax() |
static Syntax |
Stubs.loadSyntax(Object mork,
String fileName) |
Syntax |
Mork.loadSyntax(String fileName) |
| Modifier and Type | Method and Description |
|---|---|
static Grammar |
Stubs.getIFGrammar(Syntax syntax) |
static StringArrayList |
Stubs.getIFSymbolTable(Syntax syntax) |
| Constructor and Description |
|---|
Specification(String mapperName,
Syntax syntax,
Definition[] definitions) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Path.translate(Syntax syntax,
Definition source,
Definition target)
Creates a path with no steps
|
static void |
Path.translate(Syntax syntax,
Definition source,
int[] moves,
int[] symbols,
Definition target,
int modifier)
Creates a path with 1+ steps
|
static void |
Path.translate(Syntax syntax,
Definition source,
int move,
net.oneandone.sushi.util.IntBitSet stopper,
List<Definition> targets,
int modifier) |
Copyright © 1998–2017 1&1. All rights reserved.