|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.android.dx.io.instructions.DecodedInstruction
com.android.dx.io.instructions.FillArrayDataPayloadDecodedInstruction
public final class FillArrayDataPayloadDecodedInstruction
A decoded Dalvik instruction which contains the payload for
a packed-switch instruction.
| Constructor Summary | |
|---|---|
FillArrayDataPayloadDecodedInstruction(InstructionCodec format,
int opcode,
byte[] data)
Constructs an instance. |
|
FillArrayDataPayloadDecodedInstruction(InstructionCodec format,
int opcode,
int[] data)
Constructs an instance. |
|
FillArrayDataPayloadDecodedInstruction(InstructionCodec format,
int opcode,
long[] data)
Constructs an instance. |
|
FillArrayDataPayloadDecodedInstruction(InstructionCodec format,
int opcode,
short[] data)
Constructs an instance. |
|
| Method Summary | |
|---|---|
Object |
getData()
|
short |
getElementWidthUnit()
|
int |
getRegisterCount()
|
int |
getSize()
|
DecodedInstruction |
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, getRegisterCountUnit, getTarget, getTarget, getTargetByte, getTargetUnit |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FillArrayDataPayloadDecodedInstruction(InstructionCodec format,
int opcode,
byte[] data)
public FillArrayDataPayloadDecodedInstruction(InstructionCodec format,
int opcode,
short[] data)
public FillArrayDataPayloadDecodedInstruction(InstructionCodec format,
int opcode,
int[] data)
public FillArrayDataPayloadDecodedInstruction(InstructionCodec format,
int opcode,
long[] data)
| Method Detail |
|---|
public int getRegisterCount()
getRegisterCount in class DecodedInstructionpublic short getElementWidthUnit()
public int getSize()
public Object getData()
public DecodedInstruction withIndex(int newIndex)
DecodedInstruction
withIndex in class DecodedInstruction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||