Modifier and Type | Method and Description |
---|---|
String |
getModifiers(DebugContext context)
Gets the field modifiers (public, transient, etc.).
|
Object |
getNativeField()
For use with viewers that need to do special-case handling of
debugger-specific values.
|
Type |
getType(DebugContext context)
Gets the declared type (not the run-time type) of this field.
|
String |
getTypeName(DebugContext context)
Gets the declared type name (not the run-time type name) of this field.
|
boolean |
isFinal(DebugContext context)
Determines if the field is final.
|
getDeclaringType, getHash, getName, isAccessible, isStatic, isSynthetic
String getModifiers(DebugContext context)
context
- the current workbench or debugger context.Object getNativeField()
Type getType(DebugContext context)
context
- the current workbench or debugger context.String getTypeName(DebugContext context)
context
- the current workbench or debugger context.boolean isFinal(DebugContext context)
context
- the current workbench or debugger context.