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

Method getTypes

output/java_guava/1.4.18/TypeToken.java:378–380  ·  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

376
377
378 public final TypeSet getTypes() {
379 return new TypeSet();
380 }
381
382 /**
383 * 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