MCPcopy Create free account
hub / github.com/antlr/codebuff / defineString

Method defineString

output/java8/1.4.19/CompilationState.java:72–74  ·  view source on GitHub ↗
(String s)

Source from the content-addressed store, hash-verified

70
71
72 public int defineString(String s) {
73 return stringtable.add(s);
74 }
75
76 public void refAttr(Token templateToken, CommonTree id) {
77 String name = id.getText();

Callers 2

emit2Method · 0.95
emit1Method · 0.95

Calls 1

addMethod · 0.65

Tested by

no test coverage detected