Uses of Interface
org.jparsec.containers.choice.Choice7
Packages that use Choice7
-
Uses of Choice7 in org.jparsec
Methods in org.jparsec that return types with arguments of type Choice7Modifier and TypeMethodDescriptionApi.choice(Matcher<T> c1, Matcher<U> c2, Matcher<W> c3, Matcher<Z> c4, Matcher<X> c5, Matcher<G> c6, Matcher<H> c7) Succeds if any of the matchers succeeds.Methods in org.jparsec with parameters of type Choice7 -
Uses of Choice7 in org.jparsec.combinator
Methods in org.jparsec.combinator that return types with arguments of type Choice7 -
Uses of Choice7 in org.jparsec.containers.choice
Classes in org.jparsec.containers.choice that implement Choice7