| Package | Description |
|---|---|
| io.parsingdata.metal.data |
| Modifier and Type | Class and Description |
|---|---|
class |
ByteStreamSource |
class |
ConcatenatedValueSource |
class |
ConstantSource |
class |
DataExpressionSource |
| Modifier and Type | Field and Description |
|---|---|
Source |
ParseReference.source |
Source |
ParseState.source |
Source |
Slice.source |
| Modifier and Type | Method and Description |
|---|---|
static Optional<Slice> |
Slice.createFromSource(Source source,
BigInteger offset,
BigInteger length) |
static Trampoline<Optional<ParseItem>> |
Selection.findItemAtOffset(ImmutableList<ParseItem> items,
BigInteger offset,
Source source) |
static boolean |
Selection.hasRootAtOffset(ParseGraph graph,
Token definition,
BigInteger offset,
Source source) |
| Constructor and Description |
|---|
ParseReference(BigInteger location,
Source source,
Token definition) |
ParseState(ParseGraph order,
Source source,
BigInteger offset) |
Copyright © 2017. All rights reserved.