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

Method getTypes

output/java_guava/1.4.19/TypeToken.java:377–379  ·  view source on GitHub ↗

Returns the set of interfaces and classes that this type is or is a subtype of. The returned types are parameterized with proper type arguments. Subtypes are always listed before supertypes. But the reverse is not true. A type isn't necessarily a subtype of all the types following. Order between

()

Source from the content-addressed store, hash-verified

375
376
377 public final TypeSet getTypes() {
378 return new TypeSet();
379 }
380
381 /**
382 * Returns the generic form of {@code superclass}. For example, if this is

Callers 4

readResolveMethod · 0.45
readResolveMethod · 0.45
loadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected