| Modifier and Type | Field and Description |
|---|---|
ImmutableList<T> |
ImmutableList.tail |
ImmutableList<Value> |
ConcatenatedValueSource.values |
| 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) |
static <T> ImmutableList<T> |
ImmutableList.create(T[] array) |
static ImmutableList<ParseItem> |
Selection.getAllRoots(ParseGraph graph,
Token definition) |
static ImmutableList<ParseValue> |
Selection.getAllValues(ParseGraph graph,
Predicate<ParseValue> predicate) |
static ImmutableList<ParseValue> |
Selection.getAllValues(ParseGraph graph,
Predicate<ParseValue> predicate,
int limit) |
static <T> ImmutableList<T> |
Selection.reverse(ImmutableList<T> list) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableList<T> |
ImmutableList.add(ImmutableList<T> list) |
static Optional<ConcatenatedValueSource> |
ConcatenatedValueSource.create(ImmutableList<Optional<Value>> optionalValues) |
static Trampoline<Optional<ParseItem>> |
Selection.findItemAtOffset(ImmutableList<ParseItem> items,
BigInteger offset,
Source source) |
static <T> ImmutableList<T> |
Selection.reverse(ImmutableList<T> list) |
| Modifier and Type | Field and Description |
|---|---|
ImmutableList<TokenCallback> |
Callbacks.tokenCallbacks |
| Modifier and Type | Method and Description |
|---|---|
protected ImmutableList<Optional<Value>> |
FoldLeft.prepareValues(ImmutableList<Optional<Value>> values) |
protected abstract ImmutableList<Optional<Value>> |
Fold.prepareValues(ImmutableList<Optional<Value>> values) |
protected ImmutableList<Optional<Value>> |
FoldRight.prepareValues(ImmutableList<Optional<Value>> values) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableList<Optional<Value>> |
Last.eval(ParseState parseState,
Encoding encoding) |
ImmutableList<Optional<Value>> |
Ref.eval(ParseState parseState,
Encoding encoding) |
ImmutableList<Optional<Value>> |
First.eval(ParseState parseState,
Encoding encoding) |
ImmutableList<Optional<Value>> |
Count.eval(ParseState parseState,
Encoding encoding) |
ImmutableList<Optional<Value>> |
Self.eval(ParseState parseState,
Encoding encoding) |
ImmutableList<Optional<Value>> |
CurrentOffset.eval(ParseState parseState,
Encoding encoding) |
ImmutableList<Optional<Value>> |
Nth.eval(ParseState parseState,
Encoding encoding) |
| Modifier and Type | Field and Description |
|---|---|
ImmutableList<Token> |
Cho.tokens |
ImmutableList<Token> |
Seq.tokens |
Copyright © 2017. All rights reserved.