com.android.dx.io.instructions
Class PackedSwitchPayloadDecodedInstruction

java.lang.Object
  extended by com.android.dx.io.instructions.DecodedInstruction
      extended by com.android.dx.io.instructions.PackedSwitchPayloadDecodedInstruction

public final class PackedSwitchPayloadDecodedInstruction
extends DecodedInstruction

A decoded Dalvik instruction which contains the payload for a packed-switch instruction.


Constructor Summary
PackedSwitchPayloadDecodedInstruction(InstructionCodec format, int opcode, int firstKey, int[] targets)
          Constructs an instance.
 
Method Summary
 int getFirstKey()
           
 int getRegisterCount()
           
 int[] getTargets()
           
 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

PackedSwitchPayloadDecodedInstruction

public PackedSwitchPayloadDecodedInstruction(InstructionCodec format,
                                             int opcode,
                                             int firstKey,
                                             int[] targets)
Constructs an instance.

Method Detail

getRegisterCount

public int getRegisterCount()
Specified by:
getRegisterCount in class DecodedInstruction

getFirstKey

public int getFirstKey()

getTargets

public int[] getTargets()

withIndex

public DecodedInstruction withIndex(int newIndex)
Description copied from class: DecodedInstruction
Returns an instance just like this one, except with the index replaced with the given one.

Specified by:
withIndex in class DecodedInstruction


Copyright © 2015. All rights reserved.