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

Method getName

output/java_guava/1.4.16/ClassPath.java:321–323  ·  view source on GitHub ↗

Returns the fully qualified name of the class. Behaves identically to Class#getName() but does not require the class to be loaded.

()

Source from the content-addressed store, hash-verified

319
320
321 public String getName() {
322 return className;
323 }
324
325 /**
326 * Loads (but doesn't link or initialize) the class.

Callers 4

ClassPathClass · 0.45
scanJarFileMethod · 0.45
scanDirectoryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected