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

Method classes

output/java_guava/1.4.19/TypeToken.java:697–699  ·  view source on GitHub ↗

Returns the types that are classes.

()

Source from the content-addressed store, hash-verified

695
696
697 public TypeSet classes() {
698 return new ClassSet();
699 }
700
701 @Override
702 protected Set<TypeToken<? super T>> delegate() {

Callers 1

readResolveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected