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

Method classes

output/java_guava/1.4.18/TypeToken.java:696–698  ·  view source on GitHub ↗

Returns the types that are classes.

()

Source from the content-addressed store, hash-verified

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

Callers 1

readResolveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected