Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ compileTimeError
Method
compileTimeError
output/java8/1.4.17/ErrorBuffer.java:40–43 ·
view source on GitHub ↗
(STMessage msg)
Source
from the content-addressed store, hash-verified
38
public
List<STMessage> errors =
new
ArrayList<STMessage>();
39
40
@Override
41
public
void
compileTimeError(STMessage msg) {
42
errors.add(msg);
43
}
44
45
@Override
46
public
void
runTimeError(STMessage msg) {
Callers
nothing calls this directly
Calls
1
add
Method · 0.65
Tested by
no test coverage detected