public final class ClassFile extends Object
className in classPathEntry to uniquely
locate the class implementation in a class path.| Constructor and Description |
|---|
ClassFile(ClassPathEntry classPathEntry,
String className) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
String |
getBinaryName()
Returns the binary name of the class as defined by the
Java
Language Specification and found in the .class file.
|
ClassPathEntry |
getClassPathEntry()
Returns the class path entry containing the class.
|
int |
hashCode() |
String |
toString() |
public ClassFile(ClassPathEntry classPathEntry, String className)
public ClassPathEntry getClassPathEntry()
public String getBinaryName()
Copyright © 2018–2021 Google LLC.. All rights reserved.