Class BuilderInstruction31c
java.lang.Object
org.jf.dexlib2.builder.BuilderInstruction
org.jf.dexlib2.builder.instruction.BuilderInstruction31c
- All Implemented Interfaces:
Instruction31c,Instruction,OneRegisterInstruction,ReferenceInstruction
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Formatprotected final Referenceprotected final intFields inherited from class org.jf.dexlib2.builder.BuilderInstruction
opcode -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintMethods inherited from class org.jf.dexlib2.builder.BuilderInstruction
getCodeUnits, getLocation, getOpcodeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jf.dexlib2.iface.instruction.Instruction
getCodeUnits, getOpcode
-
Field Details
-
FORMAT
-
registerA
protected final int registerA -
reference
-
-
Constructor Details
-
BuilderInstruction31c
-
-
Method Details
-
getRegisterA
public int getRegisterA()- Specified by:
getRegisterAin interfaceOneRegisterInstruction
-
getReference
- Specified by:
getReferencein interfaceReferenceInstruction
-
getReferenceType
public int getReferenceType()- Specified by:
getReferenceTypein interfaceReferenceInstruction
-
getFormat
- Specified by:
getFormatin classBuilderInstruction
-