| Package | Description |
|---|---|
| net.oneandone.mork.compiler |
Invoke and control mork.
|
| net.oneandone.mork.regexpr |
Regular expressions.
|
| net.oneandone.mork.scanner |
Finite automatons.
|
| Modifier and Type | Method and Description |
|---|---|
static Range |
Stubs.range(char first,
Character second)
second is a Character to detect optional values
|
| Modifier and Type | Field and Description |
|---|---|
static Range |
Range.ALL |
| Modifier and Type | Method and Description |
|---|---|
Range |
Range.and(Range operand) |
| Modifier and Type | Method and Description |
|---|---|
Range |
Range.and(Range operand) |
boolean |
Range.contains(Range operand) |
static void |
Range.remove(List here,
Range operand) |
void |
Range.remove(Range operand,
List<Range> result)
only valid if this.and(operand) is not empty!
|
boolean |
Range.touches(Range operand) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Range.normalizeRanges(List<Range> ranges) |
void |
Range.remove(Range operand,
List<Range> result)
only valid if this.and(operand) is not empty!
|
| Modifier and Type | Method and Description |
|---|---|
Range |
State.getInput(int transition) |
| Modifier and Type | Method and Description |
|---|---|
int |
State.add(int state,
Range input) |
Copyright © 1998–2017 1&1. All rights reserved.