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

Method TypeTable

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

ofMethod · 0.95

Tested by

no test coverage detected