| Package | Description |
|---|---|
| net.oneandone.mork.grammar |
Context free grammars.
|
| net.oneandone.mork.regexpr |
Regular expressions.
|
| net.oneandone.mork.scanner |
Finite automatons.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Ebnf
Translate regular expressions to context free grammars.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
Without.visit(Action action) |
Object |
Symbol.visit(Action action) |
Object |
Sequence.visit(Action action) |
abstract Object |
RegExpr.visit(Action action)
Visit this expressions and its sub-expression and perform
some action.
|
Object |
Range.visit(Action action) |
Object |
Loop.visit(Action action) |
Object |
Choice.visit(Action action) |
| Modifier and Type | Class and Description |
|---|---|
class |
Expander
stores the result from visiting a node
|
class |
FABuilder
Translates Rules into an FA
|
Copyright © 1998–2017 1&1. All rights reserved.