Class JadxFieldRef

java.lang.Object
jadx.api.plugins.input.data.impl.JadxFieldRef
All Implemented Interfaces:
IFieldRef

public class JadxFieldRef extends Object implements IFieldRef
  • Field Details

    • parentClassType

      private String parentClassType
    • name

      private String name
    • type

      private String type
  • Constructor Details

    • JadxFieldRef

      public JadxFieldRef()
    • JadxFieldRef

      public JadxFieldRef(String parentClassType, String name, String type)
  • Method Details