public interface JavaMethod extends JavaMember
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
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() |
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)
equals
in interface JavaMember
equals
in class java.lang.Object
obj
- int hashCode()
hashCode
in interface JavaMember
hashCode
in class java.lang.Object
© Copyright 2005, 2012 IBM Corporation. All Rights Reserved.