Interface ArrayPayload
-
- All Superinterfaces:
Instruction
,PayloadInstruction
- All Known Implementing Classes:
BuilderArrayPayload
,DexBackedArrayPayload
,ImmutableArrayPayload
public interface ArrayPayload extends PayloadInstruction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.lang.Number>
getArrayElements()
int
getElementWidth()
-
Methods inherited from interface org.jf.dexlib2.iface.instruction.Instruction
getCodeUnits, getOpcode
-
-