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

Method TypeTable

output/java_guava/1.4.17/TypeResolver.java:261–263  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

259 private final ImmutableMap<TypeVariableKey, Type> map;
260
261 TypeTable() {
262 this.map = ImmutableMap.of();
263 }
264
265 private TypeTable(ImmutableMap<TypeVariableKey, Type> map) {
266 this.map = map;

Callers

nothing calls this directly

Calls 1

ofMethod · 0.95

Tested by

no test coverage detected