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

Method getTopLevelClasses

output/java_guava/1.4.17/ClassPath.java:127–129  ·  view source on GitHub ↗

Returns all top level classes loadable from the current class path.

()

Source from the content-addressed store, hash-verified

125
126
127 public ImmutableSet<ClassInfo> getTopLevelClasses() {
128 return FluentIterable.from(resources).filter(ClassInfo.class).filter(IS_TOP_LEVEL).toSet();
129 }
130
131 /** Returns all top level classes whose package name is {@code packageName}. */
132

Callers 1

Calls 9

fromMethod · 0.95
builderMethod · 0.95
equalsMethod · 0.65
addMethod · 0.65
toSetMethod · 0.45
filterMethod · 0.45
checkNotNullMethod · 0.45
getPackageNameMethod · 0.45
buildMethod · 0.45

Tested by

no test coverage detected