eu.bandm.tools.ulex
Class ULex.Seq_2<A,B>
java.lang.Object
eu.bandm.tools.ulex.ULex<R>
eu.bandm.tools.ulex.ULex.Seq<A,B,B>
eu.bandm.tools.ulex.ULex.Seq_2<A,B>
- Enclosing class:
- ULex<T>
public static class ULex.Seq_2<A,B>
- extends ULex.Seq<A,B,B>
A predefined subclass of ULex.Seq
which
discards the result of the first sub-parser and returns the result of the
second sub-parser.
Nested classes/interfaces inherited from class eu.bandm.tools.ulex.ULex |
ULex.Alt<A>, ULex.CharSet, ULex.Concatenate, ULex.Const, ULex.ConstMap<T>, ULex.DecimalDigit, ULex.End, ULex.ExceptionFail, ULex.Fail<T>, ULex.Int, ULex.Length<T>, ULex.Natural, ULex.Natural_0, ULex.Negate, ULex.Opt<S>, ULex.Pattern, ULex.PatternInteger, ULex.PatternLength, ULex.Plus<S>, ULex.SemanticPattern<R>, ULex.Seq<A,B,R>, ULex.Seq_1<A,B>, ULex.Seq_2<A,B>, ULex.SkipWhitespace<S>, ULex.Star<S>, ULex.State, ULex.ToLower<S> |
Methods inherited from class eu.bandm.tools.ulex.ULex |
alt, alt, alt, alt, charSet, concatenate, concatenate, concatenate, constMap, end, fail, konst, length, negate, opt, parse, pattern, patternLength, plus, seq_1, seq_2, skipWhitespace, star, state, state, toLower |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ULex.Seq_2
public ULex.Seq_2(ULex<A> first,
ULex<B> second)
combine
public B combine(A a,
B b)
- Specified by:
combine
in class ULex.Seq<A,B,B>