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

Method getType

output/java_guava/1.4.17/TypeToken.java:199–201  ·  view source on GitHub ↗

Returns the represented type.

()

Source from the content-addressed store, hash-verified

197
198
199 public final Type getType() {
200 return runtimeType;
201 }
202
203 /**
204 * <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