Modifier and Type | Method and Description |
---|---|
Type |
getDeclaringType(DebugContext context)
Gets the type in which this class member was declared.
|
long |
getHash()
Gets a hash code that can be used between runs.
|
String |
getName()
Gets the name of the class member.
|
boolean |
isAccessible(DebugContext context,
Type type)
Determines if the member is accessible from a specified type without
casting.
|
boolean |
isStatic()
Determines if this class member is static.
|
boolean |
isSynthetic()
Determines whether or not this is a compiler-generated method.
|
Type getDeclaringType(DebugContext context)
context
- the current debug context.long getHash()
String getName()
boolean isAccessible(DebugContext context, Type type)
context
- the current workbench or debugger context.type
- the type of interest.type
if
type
did contain this member.boolean isStatic()
boolean isSynthetic()