FieldObjA field.
declaredClassThe class where this field is declared.
isFinalWhether this field is final.
isIgnoreWhether this method is to be ignored (using the Ignore annotation).
isLocalFieldWhether this is a local field (not separately garbage collected).
isPrivateWhether this field is private.
isPublicWhether this field is public.
isStaticWhether this field is static.
isVariableWhether this is a variable or parameter.
nameThe field name.
typeThe type.
valueThe initial value expression (may be null).
| ||||||||||||||||||||||||||||||