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

Method removeRange

java/com/google/re2j/Parser.java:46–49  ·  view source on GitHub ↗
(int fromIndex, int toIndex)

Source from the content-addressed store, hash-verified

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;

Callers 1

popToPseudoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected