| jregex.MatchResult
All known Subclasses: jregex.Matcher,
MatchResult | public interface MatchResult (Code) | | |
charAt | public char charAt(int i)(Code) | | |
charAt | public char charAt(int i, int groupNo)(Code) | | |
end | public int end(int n)(Code) | | |
groupCount | public int groupCount()(Code) | | |
isCaptured | public boolean isCaptured()(Code) | | |
isCaptured | public boolean isCaptured(int groupId)(Code) | | |
length | public int length()(Code) | | |
length | public int length(int n)(Code) | | |
start | public int start(int n)(Code) | | |
targetChars | public char[] targetChars()(Code) | | |
targetEnd | public int targetEnd()(Code) | | |
targetStart | public int targetStart()(Code) | | |
|
|