Package | Description |
---|---|
org.jparsec |
Provides core Parser implementations for parser combinator logic.
|
org.jparsec.functors |
Provides common functor interfaces, such as Map for mapping parser results
as well as some common implementations.
|
Modifier and Type | Method and Description |
---|---|
static <A,B,C,D,E> |
Parsers.tuple(Parser<? extends A> p1,
Parser<? extends B> p2,
Parser<? extends C> p3,
Parser<? extends D> p4,
Parser<? extends E> p5)
Deprecated.
Prefer to converting to your own object with a lambda.
|
Modifier and Type | Method and Description |
---|---|
static <A,B,C,D,E> |
Tuples.tuple(A a,
B b,
C c,
D d,
E e)
Deprecated.
Returns a
Tuple5 of 5 objects. |
Modifier and Type | Method and Description |
---|---|
static <A,B,C,D,E> |
Maps.toTuple5()
Deprecated.
|
Copyright © 2013–2016 jparsec. All rights reserved.