Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/antlr/antlr4
/ addOne
Method
addOne
runtime/JavaScript/src/antlr4/misc/IntervalSet.js:23–25 ·
view source on GitHub ↗
(v)
Source
from the content-addressed store, hash-verified
21
}
22
23
addOne(v) {
24
this.addInterval(
new
Interval(v, v + 1));
25
}
26
27
addRange(l, h) {
28
this.addInterval(
new
Interval(l, h + 1));
Callers
6
getExpectedTokens
Method · 0.95
readSets
Method · 0.95
makeLabel
Method · 0.95
_LOOK
Method · 0.45
constructor
Method · 0.45
IntervalSetSpec.js
File · 0.45
Calls
1
addInterval
Method · 0.95
Tested by
no test coverage detected