Package org.jf.dexlib2.analysis
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ClassProto.FieldGapnewFieldGap(int offset, int size, int oatVersion) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Comparable
compareTo
-
Field Details
-
offset
public final int offset -
size
public final int size
-
-
Constructor Details
-
FieldGap
private FieldGap(int offset, int size)
-
-
Method Details
-
newFieldGap
-