Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ defineString
Method
defineString
output/java8/1.4.12/CompilationState.java:70–72 ·
view source on GitHub ↗
(String s)
Source
from the content-addressed store, hash-verified
68
}
69
70
public
int
defineString(String s) {
71
return
stringtable.add(s);
72
}
73
74
public
void
refAttr(Token templateToken, CommonTree id) {
75
String name = id.getText();
Callers
2
emit2
Method · 0.95
emit1
Method · 0.95
Calls
1
add
Method · 0.65
Tested by
no test coverage detected