| Package | Description |
|---|---|
| io.parsingdata.metal.data | |
| io.parsingdata.metal.data.selection | |
| io.parsingdata.metal.data.transformation |
| Modifier and Type | Field and Description |
|---|---|
static ParseGraph |
ParseGraph.EMPTY |
ParseGraph |
Environment.order |
ParseGraph |
ParseGraph.tail |
| Modifier and Type | Method and Description |
|---|---|
ParseGraph |
ParseGraph.add(ParseReference parseReference) |
ParseGraph |
ParseGraph.add(ParseValue head) |
ParseGraph |
ParseGraph.asGraph() |
ParseGraph |
ParseReference.asGraph() |
ParseGraph |
ParseValue.asGraph() |
ParseGraph |
ParseItem.asGraph() |
| Modifier and Type | Method and Description |
|---|---|
ParseItem |
ParseReference.resolve(ParseGraph root) |
| Constructor and Description |
|---|
Environment(ParseGraph order,
Source source,
long offset,
Callbacks callbacks) |
ParseGraph(ParseItem head,
ParseGraph tail,
Token definition) |
| Modifier and Type | Method and Description |
|---|---|
static ParseGraph |
ByItem.getGraphAfter(ParseGraph graph,
ParseItem lastHead) |
| Modifier and Type | Method and Description |
|---|---|
static ParseItem |
ByToken.get(ParseGraph graph,
Token definition) |
static ImmutableList<ParseItem> |
ByToken.getAll(ParseGraph graph,
Token definition) |
static ImmutableList<ParseItem> |
ByToken.getAllRoots(ParseGraph graph,
Token definition) |
static ImmutableList<ParseValue> |
ByName.getAllValues(ParseGraph graph,
String name) |
static ImmutableList<ParseValue> |
ByToken.getAllValues(ParseGraph graph,
Token definition) |
static ParseGraph |
ByItem.getGraphAfter(ParseGraph graph,
ParseItem lastHead) |
static ImmutableList<ParseItem> |
ByType.getReferences(ParseGraph graph) |
static ParseValue |
ByName.getValue(ParseGraph graph,
String name) |
static boolean |
ByOffset.hasRootAtOffset(ParseGraph graph,
Token definition,
long offset,
Source source) |
| Modifier and Type | Method and Description |
|---|---|
static ParseGraph |
Reversal.reverse(ParseGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
static ParseGraph |
Reversal.reverse(ParseGraph graph) |
Copyright © 2017. All rights reserved.