Class FieldReferenceRewriter.RewrittenFieldReference

java.lang.Object
org.jf.dexlib2.base.reference.BaseReference
org.jf.dexlib2.base.reference.BaseFieldReference
org.jf.dexlib2.rewriter.FieldReferenceRewriter.RewrittenFieldReference
All Implemented Interfaces:
Comparable<FieldReference>, FieldReference, Reference
Enclosing class:
FieldReferenceRewriter

protected class FieldReferenceRewriter.RewrittenFieldReference extends BaseFieldReference
  • Field Details

  • Constructor Details

    • RewrittenFieldReference

      public RewrittenFieldReference(@Nonnull FieldReference fieldReference)
  • Method Details

    • getDefiningClass

      @Nonnull public String getDefiningClass()
      Description copied from interface: FieldReference
      Gets the type of the class that defines the referenced field.
      Returns:
      The type of the class that defines the referenced field
    • getName

      @Nonnull public String getName()
      Description copied from interface: FieldReference
      Gets the name of the referenced field.
      Returns:
      The name of the referenced field
    • getType

      @Nonnull public String getType()
      Description copied from interface: FieldReference
      Gets the type of the referenced field.
      Returns:
      The type of the referenced field