MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / end

Method end

vm/JavaAPI/src/java/util/regex/MatchResult.java:13–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11 */
12public interface MatchResult {
13 public int end();
14 public int end(int group);
15 public String group();
16 public String group(int group);

Callers 15

closeMethod · 0.65
closeMethod · 0.65
capture.jsFile · 0.65
invoke2Method · 0.65
invoke4Method · 0.65
invoke13Method · 0.65
_convert_lineFunction · 0.65
scan_fileFunction · 0.65
_transform_lineFunction · 0.65
split_front_matterFunction · 0.65
bootstrap.min.jsFile · 0.65

Implementers 1

Matchervm/JavaAPI/src/java/util/regex/Matcher

Calls

no outgoing calls

Tested by

no test coverage detected