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

Method parse

classpath/java/util/regex/CharacterMatcher.java:25–27  ·  view source on GitHub ↗
(String description)

Source from the content-addressed store, hash-verified

23 private boolean inversePattern;
24
25 public static CharacterMatcher parse(String description) {
26 return parse(description.toCharArray());
27 }
28
29 public static CharacterMatcher parse(char[] description) {
30 Parser parser = new Parser(description);

Callers 3

PikeVMClass · 0.95
CompilerClass · 0.95
parseClassMethod · 0.95

Calls 3

parseClassMethod · 0.95
getEndOffsetMethod · 0.95
toCharArrayMethod · 0.80

Tested by

no test coverage detected