Class DexFieldData

java.lang.Object
jadx.plugins.input.dex.sections.DexFieldData
All Implemented Interfaces:
IFieldData, IFieldRef

public class DexFieldData extends Object implements IFieldData
  • Field Details

    • annotationsParser

      @Nullable private final @Nullable AnnotationsParser annotationsParser
    • parentClassType

      private String parentClassType
    • type

      private String type
    • name

      private String name
    • accessFlags

      private int accessFlags
    • annotationsOffset

      private int annotationsOffset
    • constValue

      private EncodedValue constValue
  • Constructor Details

  • Method Details