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

Method defineString

output/java8/1.4.13/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

emit2Method · 0.95
emit1Method · 0.95

Calls 1

addMethod · 0.65

Tested by

no test coverage detected