MCPcopy Create free account
hub / github.com/ReadyTalk/avian / parse

Method parse

classpath/java/text/SimpleDateFormat.java:50–52  ·  view source on GitHub ↗
(String text)

Source from the content-addressed store, hash-verified

48 }
49
50 public Date parse(String text) {
51 return parse(text, new ParsePosition(0));
52 }
53
54 public Date parse(String text, ParsePosition position) {
55 int index = position.getIndex();

Callers 1

mainMethod · 0.95

Calls 7

getInstanceMethod · 0.95
parseFieldMethod · 0.95
expectPrefixMethod · 0.95
getTimeMethod · 0.95
getIndexMethod · 0.80
setIndexMethod · 0.80
setErrorIndexMethod · 0.80

Tested by 1

mainMethod · 0.76