Uses of Class
org.radeox.regex.Matcher
-
Packages that use Matcher Package Description org.radeox.regex -
-
Uses of Matcher in org.radeox.regex
Subclasses of Matcher in org.radeox.regex Modifier and Type Class Description classJdkMatcherMethods in org.radeox.regex that return Matcher Modifier and Type Method Description static MatcherMatcher. create(String input, Pattern pattern)Create a new matcher object, depending on the implementationMethods in org.radeox.regex with parameters of type Matcher Modifier and Type Method Description static MatchResultMatchResult. create(Matcher matcher)Create a new MatchResult depending on the used implementationConstructors in org.radeox.regex with parameters of type Matcher Constructor Description JdkMatchResult(Matcher matcher)
-