MCPcopy Index your code
hub / github.com/antlr/antlr4 / addRange

Method addRange

runtime/JavaScript/src/antlr4/misc/IntervalSet.js:27–29  ·  view source on GitHub ↗
(l, h)

Source from the content-addressed store, hash-verified

25 }
26
27 addRange(l, h) {
28 this.addInterval(new Interval(l, h + 1));
29 }
30
31 addInterval(toAdd) {
32 if (this.intervals === null) {

Callers 4

readSetsMethod · 0.95
makeLabelMethod · 0.95
_LOOKMethod · 0.45
IntervalSetSpec.jsFile · 0.45

Calls 1

addIntervalMethod · 0.95

Tested by

no test coverage detected