| Package | Description |
|---|---|
| io.parsingdata.metal.data | |
| io.parsingdata.metal.data.selection | |
| io.parsingdata.metal.expression.value |
| Modifier and Type | Method and Description |
|---|---|
ParseValue |
ParseGraph.asValue() |
ParseValue |
ParseReference.asValue() |
ParseValue |
ParseValue.asValue() |
ParseValue |
ParseItem.asValue() |
ParseValue |
ParseGraph.current() |
| Modifier and Type | Method and Description |
|---|---|
Environment |
Environment.add(ParseValue parseValue) |
ParseGraph |
ParseGraph.add(ParseValue head) |
| Modifier and Type | Method and Description |
|---|---|
static ParseValue |
ByName.get(ImmutableList<ParseValue> list,
String name) |
static ParseValue |
ByName.getValue(ParseGraph graph,
String name) |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableList<ParseValue> |
ByName.getAll(ImmutableList<ParseValue> list,
String name) |
static ImmutableList<ParseValue> |
ByName.getAllValues(ParseGraph graph,
String name) |
static ImmutableList<ParseValue> |
ByToken.getAllValues(ParseGraph graph,
Token definition) |
| Modifier and Type | Method and Description |
|---|---|
static ParseValue |
ByName.get(ImmutableList<ParseValue> list,
String name) |
static ImmutableList<ParseValue> |
ByName.getAll(ImmutableList<ParseValue> list,
String name) |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableList<OptionalValue> |
OptionalValue.wrap(ImmutableList<ParseValue> list) |
Copyright © 2017. All rights reserved.