| Package | Description |
|---|---|
| io.parsingdata.metal.data | |
| io.parsingdata.metal.data.selection |
| Modifier and Type | Class and Description |
|---|---|
class |
ParseGraph |
class |
ParseReference |
class |
ParseValue |
| Modifier and Type | Field and Description |
|---|---|
ParseItem |
ParseGraph.head |
| Modifier and Type | Method and Description |
|---|---|
ParseItem |
ParseReference.resolve(ParseGraph root) |
| Constructor and Description |
|---|
ParseGraph(ParseItem head,
ParseGraph tail,
Token definition) |
| Modifier and Type | Method and Description |
|---|---|
static ParseItem |
ByOffset.findItemAtOffset(ImmutableList<ParseItem> items,
long offset,
Source source) |
static ParseItem |
ByToken.get(ParseGraph graph,
Token definition) |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableList<ParseItem> |
ByToken.getAll(ParseGraph graph,
Token definition) |
static ImmutableList<ParseItem> |
ByToken.getAllRoots(ParseGraph graph,
Token definition) |
static ImmutableList<ParseItem> |
ByType.getReferences(ParseGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
static ParseGraph |
ByItem.getGraphAfter(ParseGraph graph,
ParseItem lastHead) |
| Modifier and Type | Method and Description |
|---|---|
static ParseItem |
ByOffset.findItemAtOffset(ImmutableList<ParseItem> items,
long offset,
Source source) |
Copyright © 2017. All rights reserved.