Package | Description |
---|---|
org.jparsec |
Provides core Parser implementations for parser combinator logic.
|
Modifier and Type | Method and Description |
---|---|
static <A,B,C,D,E,F,G,T> |
Parsers.sequence(Parser<A> p1,
Parser<B> p2,
Parser<C> p3,
Parser<D> p4,
Parser<E> p5,
Parser<F> p6,
Parser<G> p7,
Map7<? super A,? super B,? super C,? super D,? super E,? super F,? super G,? extends T> map)
A
Parser that runs 7 parser objects sequentially and transforms the return values
using map . |
Copyright © 2013–2016 jparsec. All rights reserved.