Package com.android.dx.io.instructions
Class ThreeRegisterDecodedInstruction
java.lang.Object
com.android.dx.io.instructions.DecodedInstruction
com.android.dx.io.instructions.ThreeRegisterDecodedInstruction
A decoded Dalvik instruction which has three register arguments.
-
Constructor Summary
ConstructorDescriptionThreeRegisterDecodedInstruction
(InstructionCodec format, int opcode, int index, IndexType indexType, int target, long literal, int a, int b, int c) Constructs an instance. -
Method Summary
Methods inherited from class com.android.dx.io.instructions.DecodedInstruction
decode, decodeAll, encode, getAByte, getANibble, getAUnit, getBByte, getBNibble, getBUnit, getCByte, getCNibble, getCUnit, getD, getDByte, getDNibble, getDUnit, getE, getENibble, getFormat, getIndex, getIndexType, getIndexUnit, getLiteral, getLiteralByte, getLiteralInt, getLiteralNibble, getLiteralUnit, getOpcode, getOpcodeUnit, getProtoIndex, getRegisterCountUnit, getTarget, getTarget, getTargetByte, getTargetUnit, withProtoIndex
-
Constructor Details
-
ThreeRegisterDecodedInstruction
public ThreeRegisterDecodedInstruction(InstructionCodec format, int opcode, int index, IndexType indexType, int target, long literal, int a, int b, int c) Constructs an instance.
-
-
Method Details
-
getRegisterCount
public int getRegisterCount()- Specified by:
getRegisterCount
in classDecodedInstruction
-
getA
public int getA()- Overrides:
getA
in classDecodedInstruction
-
getB
public int getB()- Overrides:
getB
in classDecodedInstruction
-
getC
public int getC()- Overrides:
getC
in classDecodedInstruction
-
withIndex
Returns an instance just like this one, except with the index replaced with the given one.- Specified by:
withIndex
in classDecodedInstruction
-