public final class EntryTriple extends Object
| Constructor and Description |
|---|
EntryTriple(String owner,
String name,
String descriptor) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescriptor()
Returns the descriptor of the entry.
|
String |
getName()
Returns the name of the entry.
|
String |
getOwner()
Returns the name of the owner class of the entry in internal form.
|
int |
hashCode() |
EntryTriple |
map(ClassMapper mapper,
String newName)
Returns a new entry as a result of remapping this entry.
|
String |
toString() |
public String getOwner()
public String getName()
public String getDescriptor()
public EntryTriple map(ClassMapper mapper, String newName)
mapper - the mapper that remap class namesnewName - the new name for the entry