Class BuilderInstruction21t
- java.lang.Object
-
- org.jf.dexlib2.builder.BuilderInstruction
-
- org.jf.dexlib2.builder.BuilderOffsetInstruction
-
- org.jf.dexlib2.builder.instruction.BuilderInstruction21t
-
- All Implemented Interfaces:
Instruction21t,Instruction,OffsetInstruction,OneRegisterInstruction
public class BuilderInstruction21t extends BuilderOffsetInstruction implements Instruction21t
-
-
Field Summary
Fields Modifier and Type Field Description static FormatFORMATprotected intregisterA-
Fields inherited from class org.jf.dexlib2.builder.BuilderOffsetInstruction
target
-
Fields inherited from class org.jf.dexlib2.builder.BuilderInstruction
opcode
-
-
Constructor Summary
Constructors Constructor Description BuilderInstruction21t(Opcode opcode, int registerA, Label target)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FormatgetFormat()intgetRegisterA()-
Methods inherited from class org.jf.dexlib2.builder.BuilderOffsetInstruction
getCodeOffset, getTarget
-
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
-
Methods inherited from interface org.jf.dexlib2.iface.instruction.OffsetInstruction
getCodeOffset
-
-
-
-
Field Detail
-
FORMAT
public static final Format FORMAT
-
registerA
protected final int registerA
-
-
Method Detail
-
getRegisterA
public int getRegisterA()
- Specified by:
getRegisterAin interfaceOneRegisterInstruction
-
getFormat
public Format getFormat()
- Specified by:
getFormatin classBuilderInstruction
-
-