java.io.Serializable
, java.lang.Cloneable
, IndexedInstruction
, PopInstruction
, StackConsumer
, TypedInstruction
public abstract class StoreInstruction extends LocalVariableInstruction implements PopInstruction
length, opcode
n
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, toString
dump, getCanonicalTag, getIndex, getType, initFromFile, setIndex, toString
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
consumeStack
protected 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 Instruction
v
- Visitor object