Uses of Interface
org.jparsec.containers.choice.Either
Packages that use Either
-
Uses of Either in org.jparsec
Methods in org.jparsec that return types with arguments of type EitherModifier and TypeMethodDescriptionSucceds if any of the matchers succeeds.Methods in org.jparsec with parameters of type Either -
Uses of Either in org.jparsec.combinator
Methods in org.jparsec.combinator that return types with arguments of type Either -
Uses of Either in org.jparsec.containers.choice
Classes in org.jparsec.containers.choice that implement EitherModifier and TypeClassDescriptionstatic final recordEither.Left<T,V> static final recordEither.Right<U,V>