JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Class
org.jparsec.combinator.Times
Packages that use
Times
Package
Description
org.jparsec
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.