Uses of Class
org.jparsec.combinator.Seq.SeqX
Packages that use Seq.SeqX
-
Uses of Seq.SeqX in org.jparsec
Methods in org.jparsec that return Seq.SeqXModifier and TypeMethodDescriptionAsserts all matchers succeed in order.Asserts all matchers succeed in order.Asserts all matchers succeed in order.Asserts all matchers succeed in order.Api.seq(Matcher<T> one, Matcher<U> two, Matcher<W> three, Matcher<Z> four, Matcher<Y> five, Matcher<X> six) Asserts all matchers succeed in order.Api.seq(Matcher<T> one, Matcher<U> two, Matcher<W> three, Matcher<Z> four, Matcher<Y> five, Matcher<X> six, Matcher<G> seven) Asserts all matchers succeed in order. -
Uses of Seq.SeqX in org.jparsec.combinator
Methods in org.jparsec.combinator that return Seq.SeqXModifier and TypeMethodDescriptionSeq.seq(Matcher<T> one, Matcher<U> two, Matcher<W> three, Matcher<Z> four, Matcher<Y> five, Matcher<X> six) Seq.seq(Matcher<T> one, Matcher<U> two, Matcher<W> three, Matcher<Z> four, Matcher<Y> five, Matcher<X> six, Matcher<G> seven) Seq.SeqX.setErrorMessage(String errMsg) Seq.SeqX.setInternalDescription(String desc)