Package org.jparsec

Class Matcher<T>

java.lang.Object
org.jparsec.Matcher<T>
Direct Known Subclasses:
DropLeft, DropRight, Eos, FailIf, Indent, Lexeme, Many, Map, MapOrFail, MultilineComment, Newline, Not, Opt, Or, Recursive, Satisfy, Sep, Seq.SeqX, Seq2, SinglelineComment, Spaces, Str, TakeWhile, Times

public abstract class Matcher<T> extends Object