MCPcopy Index your code
hub / github.com/antlr/codebuff / CompilationState

Method CompilationState

output/java8/1.4.17/CompilationState.java:64–69  ·  view source on GitHub ↗
(ErrorManager errMgr, String name, TokenStream tokens)

Source from the content-addressed store, hash-verified

62 ErrorManager errMgr;
63
64 public CompilationState(ErrorManager errMgr, String name, TokenStream tokens) {
65 this.errMgr = errMgr;
66 this.tokens = tokens;
67 impl.name = name;
68 impl.prefix = Misc.getPrefix(name);
69 }
70
71
72 public int defineString(String s) {

Callers

nothing calls this directly

Calls 1

getPrefixMethod · 0.95

Tested by

no test coverage detected