| Package | Description |
|---|---|
| net.oneandone.mork.pda |
LR(k) parser construction.
|
| Modifier and Type | Field and Description |
|---|---|
List<Item> |
State.items |
| Modifier and Type | Method and Description |
|---|---|
static Item |
Item.create(Grammar grammar,
int production,
PrefixSet lookahead) |
Item |
Item.createShifted() |
Item |
State.getReduceItem(int production) |
| Modifier and Type | Method and Description |
|---|---|
int |
Item.compareTo(Item obj) |
| Modifier and Type | Method and Description |
|---|---|
void |
Item.expanded(Grammar grammar,
Map<Integer,PrefixSet> firsts,
List<Item> result,
int k) |
Copyright © 1998–2017 1&1. All rights reserved.