public interface Field extends Member
| Modifier and Type | Method and Description |
|---|---|
TypedConstant |
getConstantValue()
Get the constant value for this field, if any.
|
getAccessFlags, getAttributes, getDefiningClass, getDescriptor, getName, getNatTypedConstant getConstantValue()
null for a static final field which
includes a ConstantValue attribute.null-ok; the constant value, or null if this
field isn't a constantCopyright © 2020. All Rights Reserved.