| Package | Description |
|---|---|
| io.parsingdata.metal.data |
| Modifier and Type | Field and Description |
|---|---|
static ParseGraph |
ParseGraph.EMPTY |
ParseGraph |
ParseState.order |
ParseGraph |
ParseGraph.tail |
| Modifier and Type | Method and Description |
|---|---|
default ParseGraph |
ParseItem.asGraph() |
ParseGraph |
ParseGraph.asGraph() |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableList<ParseItem> |
Selection.getAllRoots(ParseGraph graph,
Token definition) |
static ImmutableList<ParseValue> |
Selection.getAllValues(ParseGraph graph,
Predicate<ParseValue> predicate) |
static ImmutableList<ParseValue> |
Selection.getAllValues(ParseGraph graph,
Predicate<ParseValue> predicate,
int limit) |
static boolean |
Selection.hasRootAtOffset(ParseGraph graph,
Token definition,
BigInteger offset,
Source source) |
Optional<ParseItem> |
ParseReference.resolve(ParseGraph root) |
| Constructor and Description |
|---|
ParseState(ParseGraph order,
Source source,
BigInteger offset) |
Copyright © 2017. All rights reserved.