|
|||||||||
| Home >> All >> org >> apache >> oro >> text >> [ regex overview ] | PREV NEXT | ||||||||
Uses of Interface
org.apache.oro.text.regex.MatchResult
| Uses of MatchResult in org.apache.oro.text.regex |
| Classes in org.apache.oro.text.regex that implement MatchResult | |
(package private) class |
Perl5MatchResult
A class used to store and access the results of a Perl5Pattern match. |
| Methods in org.apache.oro.text.regex that return MatchResult | |
MatchResult |
Perl5Matcher.getMatch()
Fetches the last match found by a call to a matches() or contains() method. |
MatchResult |
PatternMatcher.getMatch()
Fetches the last match found by a call to a matches() or contains() method. |
| Methods in org.apache.oro.text.regex with parameters of type MatchResult | |
void |
Substitution.appendSubstitution(java.lang.StringBuffer appendBuffer,
MatchResult match,
int substitutionCount,
PatternMatcherInput originalInput,
PatternMatcher matcher,
Pattern pattern)
Appends the substitution to a buffer containing the original input with substitutions applied for the pattern matches found so far. |
void |
StringSubstitution.appendSubstitution(java.lang.StringBuffer appendBuffer,
MatchResult match,
int substitutionCount,
PatternMatcherInput originalInput,
PatternMatcher matcher,
Pattern pattern)
Appends the substitution to a buffer containing the original input with substitutions applied for the pattern matches found so far. |
(package private) java.lang.String |
Perl5Substitution._finalInterpolatedSub(MatchResult result)
|
(package private) void |
Perl5Substitution._calcSub(java.lang.StringBuffer buffer,
MatchResult result)
|
void |
Perl5Substitution.appendSubstitution(java.lang.StringBuffer appendBuffer,
MatchResult match,
int substitutionCount,
PatternMatcherInput originalInput,
PatternMatcher matcher,
Pattern pattern)
Appends the substitution to a buffer containing the original input with substitutions applied for the pattern matches found so far. |
|
|||||||||
| Home >> All >> org >> apache >> oro >> text >> [ regex overview ] | PREV NEXT | ||||||||