Class ClassProto.FieldGap

java.lang.Object
org.jf.dexlib2.analysis.ClassProto.FieldGap
All Implemented Interfaces:
Comparable<ClassProto.FieldGap>
Enclosing class:
ClassProto

private abstract static class ClassProto.FieldGap extends Object implements Comparable<ClassProto.FieldGap>
  • Field Details

    • offset

      public final int offset
    • size

      public final int size
  • Constructor Details

    • FieldGap

      private FieldGap(int offset, int size)
  • Method Details

    • newFieldGap

      public static ClassProto.FieldGap newFieldGap(int offset, int size, int oatVersion)