public class DASTORE extends LongArrayStoreInstruction
index
arrayRef
attr, insnIndex, mi, position
Constructor and Description |
---|
DASTORE() |
Modifier and Type | Method and Description |
---|---|
void |
accept(InstructionVisitor insVisitor) |
int |
getByteCode() |
protected void |
popValue(StackFrame frame) |
protected void |
setField(ElementInfo ei,
int index) |
getElementSize, getValue, peekArrayRef, peekIndex, setField
checkArrayStoreException, execute, isRead
createAndSetArrayCG, getIndex
getArrayRef
addAttr, attrIterator, attrIterator, cleanupTransients, getAttr, getAttr, getFileLocation, getFilePos, getInstructionIndex, getLength, getLineNumber, getMethodInfo, getMnemonic, getNext, getNext, getNextAttr, getPosition, getPrev, getSourceLine, getSourceLocation, getSourceOrLocation, hasAttr, hasAttr, init, isBackJump, isCompleted, isExtendedInstruction, isFirstInstruction, isSchedulingRelevant, removeAttr, replaceAttr, requiresClinitExecution, setAttr, setContext, setLocation, setMethodInfo, toString, typeSafeClone
protected void popValue(StackFrame frame)
popValue
in class ArrayStoreInstruction
protected void setField(ElementInfo ei, int index) throws ArrayIndexOutOfBoundsExecutiveException
setField
in class ArrayStoreInstruction
ArrayIndexOutOfBoundsExecutiveException
public int getByteCode()
getByteCode
in class Instruction
public void accept(InstructionVisitor insVisitor)
accept
in interface InstructionVisitorAcceptor
accept
in class LongArrayStoreInstruction