Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/antlr4
/ isErrorNode
Method
isErrorNode
runtime/JavaScript/src/antlr4/tree/ErrorNodeImpl.js:19–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
}
18
19
isErrorNode() {
20
return
true;
21
}
22
23
accept(visitor) {
24
return
visitor.visitErrorNode(this);
Callers
2
consume
Method · 0.80
walk
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected