|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MatchResult in info.codesaway.util.regex |
---|
Classes in info.codesaway.util.regex that implement MatchResult | |
---|---|
class |
Matcher
An engine that performs match operations on a character sequence by interpreting a Pattern . |
Methods in info.codesaway.util.regex that return MatchResult | |
---|---|
MatchResult |
Matcher.next()
|
MatchResult |
Matcher.toMatchResult()
Returns the match state of this matcher as a MatchResult . |
Methods in info.codesaway.util.regex that return types with arguments of type MatchResult | |
---|---|
java.util.List<MatchResult> |
Matcher.getResults()
|
java.util.Iterator<MatchResult> |
Matcher.iterator()
Returns an Iterator which traverses each match. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |