MCPcopy Create free account
hub / github.com/google/re2j / Stack

Class Stack

java/com/google/re2j/Parser.java:45–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43
44 // Hack to expose ArrayList.removeRange().
45 private static class Stack extends ArrayList<Regexp> {
46 @Override
47 public void removeRange(int fromIndex, int toIndex) {
48 super.removeRange(fromIndex, toIndex);
49 }
50 }
51
52 private final String wholeRegexp;
53 // Flags control the behavior of the parser and record information about

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…