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

Method toVM

classpath/java/util/regex/Compiler.java:66–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64 }
65
66 public PikeVM toVM() {
67 CharacterMatcher[] classes = new CharacterMatcher[this.classes.size()];
68 this.classes.toArray(classes);
69 PikeVM[] lookarounds = new PikeVM[this.lookarounds.size()];
70 this.lookarounds.toArray(lookarounds);
71 return new PikeVM(program, findPreambleSize, groupCount, classes,
72 lookarounds);
73 }
74
75 public int addClass(CharacterMatcher characterClass) {
76 if (program == null) {

Callers 2

writeCodeMethod · 0.80
compileMethod · 0.80

Calls 2

sizeMethod · 0.65
toArrayMethod · 0.65

Tested by

no test coverage detected