| Modifier and Type | Field and Description |
|---|---|
ImmutableList<T> |
ImmutableList.tail |
| Modifier and Type | Method and Description |
|---|---|
ImmutableList<T> |
ImmutableList.add(ImmutableList<T> list) |
ImmutableList<T> |
ImmutableList.add(T head) |
static <T> ImmutableList<T> |
ImmutableList.create(T head) |
ImmutableList<T> |
ImmutableList.reverse() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableList<T> |
ImmutableList.add(ImmutableList<T> list) |
| Modifier and Type | Field and Description |
|---|---|
ImmutableList<TokenCallback> |
Callbacks.tokenCallbacks |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableList<ParseValue> |
ByName.getAll(ImmutableList<ParseValue> list,
String name) |
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 ImmutableList<ParseItem> |
ByType.getReferences(ParseGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
static ParseItem |
ByOffset.findItemAtOffset(ImmutableList<ParseItem> items,
long offset,
Source source) |
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 |
|---|---|
protected ImmutableList<OptionalValue> |
FoldRight.prepareValues(ImmutableList<OptionalValue> values) |
protected abstract ImmutableList<OptionalValue> |
Fold.prepareValues(ImmutableList<OptionalValue> values) |
protected ImmutableList<OptionalValue> |
FoldLeft.prepareValues(ImmutableList<OptionalValue> values) |
static ImmutableList<OptionalValue> |
OptionalValue.wrap(ImmutableList<ParseValue> list) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableList<OptionalValue> |
Last.eval(Environment environment,
Encoding encoding) |
ImmutableList<OptionalValue> |
NameRef.eval(Environment environment,
Encoding encoding) |
ImmutableList<OptionalValue> |
Count.eval(Environment environment,
Encoding encoding) |
ImmutableList<OptionalValue> |
Nth.eval(Environment environment,
Encoding encoding) |
ImmutableList<OptionalValue> |
TokenRef.eval(Environment environment,
Encoding encoding) |
ImmutableList<OptionalValue> |
First.eval(Environment environment,
Encoding encoding) |
ImmutableList<OptionalValue> |
Self.eval(Environment environment,
Encoding encoding) |
ImmutableList<OptionalValue> |
CurrentOffset.eval(Environment environment,
Encoding encoding) |
Copyright © 2017. All rights reserved.