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

Method ClassInfo

output/java_guava/1.4.16/ClassPath.java:271–274  ·  view source on GitHub ↗
(String resourceName, ClassLoader loader)

Source from the content-addressed store, hash-verified

269 private final String className;
270
271 ClassInfo(String resourceName, ClassLoader loader) {
272 super(resourceName, loader);
273 this.className = getClassName(resourceName);
274 }
275
276 /**
277 * Returns the package name of the class, without attempting to load the class.

Callers

nothing calls this directly

Calls 1

getClassNameMethod · 0.45

Tested by

no test coverage detected