Uses of Class
org.jparsec.combinator.Times

Packages that use Times
Package
Description
 
  • Uses of Times in org.jparsec

    Methods in org.jparsec that return Times
    Modifier and Type
    Method
    Description
    static <U> Times<U>
    Api.times(Matcher<U> inner, int times)
    Matches exactly X occurences of matcher.
    static <U> Times<U>
    Api.times(Matcher<U> inner, int from, int to)
    For success matcher has to be matched between from and to times.