Package org.jf.dexlib2
Class Opcode.VersionConstraint
java.lang.Object
org.jf.dexlib2.Opcode.VersionConstraint
- Enclosing class:
Opcode
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionVersionConstraint(com.google.common.collect.Range<Integer> apiRange, com.google.common.collect.Range<Integer> artVersionRange, int opcodeValue) -
Method Summary
-
Field Details
-
apiRange
-
artVersionRange
-
opcodeValue
public final int opcodeValue
-
-
Constructor Details
-
VersionConstraint
-