public class ArrayDataPayload extends AbstractPayload
targetopc, regs| Constructor and Description |
|---|
ArrayDataPayload(int elementWidth,
java.util.List<java.lang.Number> arrayElements) |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxJumpOffset()
Gets the maximum number of words available for the jump offset
|
protected BuilderInstruction |
getRealInsn0(LabelAssigner assigner) |
int |
getSize() |
getTarget, setTargetgetIncompatibleRegs, getMinimumRegsNeeded, getOpcode, getRealInsn, getRegs, hasIncompatibleRegs, toStringpublic ArrayDataPayload(int elementWidth,
java.util.List<java.lang.Number> arrayElements)
public int getSize()
getSize in interface InsngetSize in class AbstractInsnpublic int getMaxJumpOffset()
InsnWithOffsetgetMaxJumpOffset in class InsnWithOffsetprotected BuilderInstruction getRealInsn0(LabelAssigner assigner)
getRealInsn0 in class AbstractInsn