getField abstract method
Return the field (synthetic or explicit) defined in this class that has
the given name
, or null
if this class does not define a field with the
given name.
Implementation
FieldElement? getField(String name);
Return the field (synthetic or explicit) defined in this class that has
the given name
, or null
if this class does not define a field with the
given name.
FieldElement? getField(String name);