public interface JavaMember
Base interface inherited by JavaField and JavaMethod.
This interface is modelled on java.lang.reflect.Member.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
JavaClass |
getDeclaringClass()
Get the class which declares this field or method
|
int |
getModifiers()
Get the set of modifiers for this field or method - a set of bits
|
java.lang.String |
getName()
Get the name of the field or method
|
java.lang.String |
getSignature()
Get the signature of the field or method
|
int |
hashCode() |
int getModifiers() throws CorruptDataException
CorruptDataException
JavaClass getDeclaringClass() throws CorruptDataException, DataUnavailable
CorruptDataException
DataUnavailable
java.lang.String getName() throws CorruptDataException
CorruptDataException
java.lang.String getSignature() throws CorruptDataException
CorruptDataException
boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- int hashCode()
hashCode
in class java.lang.Object
© Copyright 2005, 2012 IBM Corporation. All Rights Reserved.