@return the FieldRef pointing to this field.
()
| 68 | * @return the {@link FieldRef} pointing to this field. |
| 69 | */ |
| 70 | public FieldRef getRef() { |
| 71 | return FieldRef.get(declaringClass, name, type, isStatic()); |
| 72 | } |
| 73 | |
| 74 | @Override |
| 75 | public String toString() { |
no test coverage detected