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

Method getAllClasses

corpus/java/training/guava/reflect/ClassPath.java:116–118  ·  view source on GitHub ↗

Returns all classes loadable from the current class path. @since 16.0

()

Source from the content-addressed store, hash-verified

114 * @since 16.0
115 */
116 public ImmutableSet<ClassInfo> getAllClasses() {
117 return FluentIterable.from(resources).filter(ClassInfo.class).toSet();
118 }
119
120 /** Returns all top level classes loadable from the current class path. */
121 public ImmutableSet<ClassInfo> getTopLevelClasses() {

Callers

nothing calls this directly

Calls 3

fromMethod · 0.95
toSetMethod · 0.45
filterMethod · 0.45

Tested by

no test coverage detected