Package com.android.dx.io.instructions
Class ZeroRegisterDecodedInstruction
java.lang.Object
com.android.dx.io.instructions.DecodedInstruction
com.android.dx.io.instructions.ZeroRegisterDecodedInstruction
A decoded Dalvik instruction which has no register arguments.
-
Constructor Summary
ConstructorDescriptionZeroRegisterDecodedInstruction
(InstructionCodec format, int opcode, int index, IndexType indexType, int target, long literal) Constructs an instance. -
Method Summary
Modifier and TypeMethodDescriptionint
withIndex
(int newIndex) Returns an instance just like this one, except with the index replaced with the given one.Methods inherited from class com.android.dx.io.instructions.DecodedInstruction
decode, decodeAll, encode, getA, getAByte, getANibble, getAUnit, getB, getBByte, getBNibble, getBUnit, getC, 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
-
ZeroRegisterDecodedInstruction
public ZeroRegisterDecodedInstruction(InstructionCodec format, int opcode, int index, IndexType indexType, int target, long literal) Constructs an instance.
-
-
Method Details
-
getRegisterCount
public int getRegisterCount()- Specified by:
getRegisterCount
in classDecodedInstruction
-
withIndex
Returns an instance just like this one, except with the index replaced with the given one.- Specified by:
withIndex
in classDecodedInstruction
-