public interface JavaMethod extends JavaMember
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Compares the argument to the receiver, and answers true
if they represent the same object using a class
specific comparison.
|
java.util.Iterator |
getBytecodeSections()
Get the set of ImageSections containing the bytecode of this method.
|
java.util.Iterator |
getCompiledSections()
Get the set of ImageSections containing the compiled code of this method.
|
int |
hashCode()
Answers an integer hash code for the receiver.
|
getDeclaringClass, getModifiers, getName, getSignaturejava.util.Iterator getBytecodeSections()
The collection may be empty for native methods, or pre-compiled methods.
Typically, the collection will contain no more than one section, but this is not guaranteed.
ImageSection,
CorruptDatajava.util.Iterator getCompiledSections()
ImageSection,
CorruptDataboolean equals(java.lang.Object obj)
java.lang.Objectequals in interface JavaMemberequals in class java.lang.Objectobj - Object.hashCode()int hashCode()
java.lang.Objecttrue when passed to
.equals must answer the same value for this
method.hashCode in interface JavaMemberhashCode in class java.lang.ObjectObject.equals(java.lang.Object)Eclipse OpenJ9 website.
To raise a bug report or suggest an improvement create an Eclipse OpenJ9 issue.
Copyright © 2004, 2025 IBM Corp. and others.
DRAFT internal-b00