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

Method interfaces

output/java_guava/1.4.18/TypeToken.java:689–691  ·  view source on GitHub ↗

Returns the types that are interfaces implemented by this type.

()

Source from the content-addressed store, hash-verified

687
688
689 public TypeSet interfaces() {
690 return new InterfaceSet(this);
691 }
692
693 /** Returns the types that are classes. */
694

Callers 1

readResolveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected