Package org.jparsec.pattern
Class RepeatPattern
java.lang.Object
org.jparsec.pattern.Pattern
org.jparsec.pattern.RepeatPattern
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintmatch(CharSequence src, int begin, int end) Matches character range against the pattern.(package private) static intmatchRepeat(int n, Pattern pattern, CharSequence src, int len, int from, int acc) toString()