|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Tuple4 | |
---|---|
org.codehaus.jparsec | Provides core Parser implementations for parser combinator logic. |
org.codehaus.jparsec.functors | Provides common functor interfaces, such as Map for mapping parser results as well as some common implementations. |
Uses of Tuple4 in org.codehaus.jparsec |
---|
Methods in org.codehaus.jparsec that return types with arguments of type Tuple4 | ||
---|---|---|
static
|
Parsers.tuple(Parser<? extends A> p1,
Parser<? extends B> p2,
Parser<? extends C> p3,
Parser<? extends D> p4)
A Parser that sequentially runs 4 parser objects and collects the results in a
Tuple4 object. |
Uses of Tuple4 in org.codehaus.jparsec.functors |
---|
Subclasses of Tuple4 in org.codehaus.jparsec.functors | |
---|---|
class |
Tuple5<A,B,C,D,E>
Immutable data holder for 5 values. |
Methods in org.codehaus.jparsec.functors that return Tuple4 | ||
---|---|---|
static
|
Tuples.tuple(A a,
B b,
C c,
D d)
Returns a Tuple4 of 4 objects. |
Methods in org.codehaus.jparsec.functors that return types with arguments of type Tuple4 | ||
---|---|---|
static
|
Maps.toTuple4()
A Map4 object that maps 4 values to a Tuple4 object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |