protected class FieldReferenceRewriter.RewrittenFieldReference extends BaseFieldReference
Reference.InvalidReferenceException| Modifier and Type | Field and Description |
|---|---|
protected FieldReference |
fieldReference |
| Constructor and Description |
|---|
RewrittenFieldReference(FieldReference fieldReference) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDefiningClass()
Gets the type of the class that defines the referenced field.
|
java.lang.String |
getName()
Gets the name of the referenced field.
|
java.lang.String |
getType()
Gets the type of the referenced field.
|
compareTo, equals, hashCode, toStringvalidateReferenceclone, finalize, getClass, notify, notifyAll, wait, wait, waitvalidateReference@Nonnull protected FieldReference fieldReference
public RewrittenFieldReference(@Nonnull
FieldReference fieldReference)
@Nonnull public java.lang.String getDefiningClass()
FieldReference@Nonnull public java.lang.String getName()
FieldReference@Nonnull public java.lang.String getType()
FieldReference