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

Method getType

output/java_guava/1.4.19/TypeToken.java:198–200  ·  view source on GitHub ↗

Returns the represented type.

()

Source from the content-addressed store, hash-verified

196
197
198 public final Type getType() {
199 return runtimeType;
200 }
201
202 /**
203 * <p>Returns a new {@code TypeToken} where type variables represented by {@code typeParam} are

Callers 4

isSupertypeOfMethod · 0.95
resolveInPlaceMethod · 0.45
isSubtypeOfMethod · 0.45
getGenericReturnTypeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected