|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JavaMethod
Represents a method or constructor in a class
Method Summary | |
---|---|
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()
|
Methods inherited from interface com.ibm.dtfj.java.JavaMember |
---|
getDeclaringClass, getModifiers, getName, getSignature |
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |