Class BuilderInstruction31c
- java.lang.Object
-
- org.jf.dexlib2.builder.BuilderInstruction
-
- org.jf.dexlib2.builder.instruction.BuilderInstruction31c
-
- All Implemented Interfaces:
Instruction31c
,Instruction
,OneRegisterInstruction
,ReferenceInstruction
public class BuilderInstruction31c extends BuilderInstruction implements Instruction31c
-
-
Constructor Summary
Constructors Constructor Description BuilderInstruction31c(Opcode opcode, int registerA, Reference reference)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Format
getFormat()
Reference
getReference()
int
getReferenceType()
int
getRegisterA()
-
Methods inherited from class org.jf.dexlib2.builder.BuilderInstruction
getCodeUnits, getLocation, getOpcode
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jf.dexlib2.iface.instruction.Instruction
getCodeUnits, getOpcode
-
-
-
-
Method Detail
-
getRegisterA
public int getRegisterA()
- Specified by:
getRegisterA
in interfaceOneRegisterInstruction
-
getReference
@Nonnull public Reference getReference()
- Specified by:
getReference
in interfaceReferenceInstruction
-
getReferenceType
public int getReferenceType()
- Specified by:
getReferenceType
in interfaceReferenceInstruction
-
getFormat
public Format getFormat()
- Specified by:
getFormat
in classBuilderInstruction
-
-