Package org.jparsec

Class EmptyListParser<T>

java.lang.Object
org.jparsec.Parser<List<T>>
org.jparsec.EmptyListParser<T>

final class EmptyListParser<T> extends Parser<List<T>>
A parser that always returns an empty mutable list.