reference
to the data section, or it may be an inlined
VMConstant
that needs to be patched.
Modifier and Type | Field and Description |
---|---|
public Object | |
public Reference |
Access | Constructor and Description |
---|---|
public | |
public |
Modifier and Type | Method and Description |
---|---|
public boolean | equals(Object
the reference object with which to compare. obj)Implements abstract jdk. Indicates whether some other object is "equal to" this one. |
public String | toString()
Overrides jdk. Returns a string representation of the object. |
note | back to summary |
---|---|
public Object note |
reference | back to summary |
---|---|
public Reference reference |
DataPatch | back to summary |
---|---|
public DataPatch(int pcOffset, Reference reference) |
DataPatch | back to summary |
---|---|
public DataPatch(int pcOffset, Reference reference, Object note) |
equals | back to summary |
---|---|
public boolean equals(Object obj) Implements abstract jdk. Doc from java. Indicates whether some other object is "equal to" this one.
The
An equivalence relation partitions the elements it operates on into equivalence classes; all the members of an equivalence class are equal to each other. Members of an equivalence class are substitutable for each other, at least for some purposes. |
toString | back to summary |
---|---|
public String toString() Overrides jdk. Doc from java. Returns a string representation of the object.
Satisfying this method's contract implies a non- |