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

Method TypeParameter

output/java_guava/1.4.17/TypeParameter.java:42–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40
41
42 protected TypeParameter() {
43 Type type = capture();
44 checkArgument(type instanceof TypeVariable, "%s should be a type variable.", type);
45 this.typeVariable = (TypeVariable<?>) type;
46 }
47
48 @Override
49 public final int hashCode() {

Callers

nothing calls this directly

Calls 2

captureMethod · 0.45
checkArgumentMethod · 0.45

Tested by

no test coverage detected