Package org.jparsec.pattern
Class PeekPattern
java.lang.Object
org.jparsec.pattern.Pattern
org.jparsec.pattern.PeekPattern
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
match
(CharSequence src, int begin, int end) Matches character range against the pattern.toString()
-
Field Details
-
pp
-
-
Constructor Details
-
PeekPattern
-
-
Method Details
-
match
Description copied from class:Pattern
Matches character range against the pattern. The length of the range isend - begin
. -
toString
-