java.io.Serializable, java.lang.Cloneable, IndexedInstruction, PopInstruction, StackConsumer, TypedInstructionpublic abstract class StoreInstruction extends LocalVariableInstruction implements PopInstruction
length, opcoden| Modifier | Constructor | Description |
|---|---|---|
protected |
StoreInstruction(short opcode,
short c_tag,
int n) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
accept(Visitor v) |
Call corresponding visitor method(s).
|
consumeStack, copy, equals, getComparator, getLength, getName, getOpcode, produceStack, readInstruction, setComparator, toString, toStringdump, getCanonicalTag, getIndex, getType, initFromFile, setIndex, toStringclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitconsumeStackprotected StoreInstruction(short opcode,
short c_tag,
int n)
opcode - Instruction opcodec_tag - Instruction number for compact version, ASTORE_0, e.g.n - local variable index (unsigned short)public void accept(Visitor v)
accept in class Instructionv - Visitor object