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