|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Map4 | |
---|---|
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 Map4 in org.codehaus.jparsec |
---|
Methods in org.codehaus.jparsec with parameters of type Map4 | ||
---|---|---|
static
|
Parsers.sequence(Parser<A> p1,
Parser<B> p2,
Parser<C> p3,
Parser<D> p4,
Map4<? super A,? super B,? super C,? super D,? extends T> map)
A Parser that runs 4 parser objects sequentially and transforms the return values
using map . |
Uses of Map4 in org.codehaus.jparsec.functors |
---|
Methods in org.codehaus.jparsec.functors that return Map4 | ||
---|---|---|
static
|
Maps.toTuple4()
A Map4 object that maps 4 values to a Tuple4 object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |