Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
readSets
Method · 0.95
makeLabel
Method · 0.95
_LOOK
Method · 0.45
IntervalSetSpec.js
File · 0.45
Calls
1
addInterval
Method · 0.95
Tested by
no test coverage detected