Returns the fully qualified name of the class. Behaves identically to Class#getName() but does not require the class to be loaded.
()
| 319 | |
| 320 | |
| 321 | public String getName() { |
| 322 | return className; |
| 323 | } |
| 324 | |
| 325 | /** |
| 326 | * Loads (but doesn't link or initialize) the class. |
no outgoing calls
no test coverage detected