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

Method Group

classpath/java/util/regex/Compiler.java:196–201  ·  view source on GitHub ↗
(boolean capturing, ArrayList<Expression> initialList)

Source from the content-addressed store, hash-verified

194 private ArrayList<Group> alternatives;
195
196 public Group(boolean capturing, ArrayList<Expression> initialList) {
197 this.capturing = capturing;
198 if (initialList != null) {
199 list.addAll(initialList);
200 }
201 }
202
203 public void push(Expression expr) {
204 list.add(expr);

Callers

nothing calls this directly

Calls 1

addAllMethod · 0.65

Tested by

no test coverage detected