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, getSignature
java.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
,
CorruptData
java.util.Iterator getCompiledSections()
ImageSection
,
CorruptData
boolean equals(java.lang.Object obj)
java.lang.Object
equals
in interface JavaMember
equals
in class java.lang.Object
obj
- Object.hashCode()
int hashCode()
java.lang.Object
true
when passed to
.equals
must answer the same value for this
method.hashCode
in interface JavaMember
hashCode
in class java.lang.Object
Object.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.