java.io.Serializable
, java.lang.Cloneable
, IndexedInstruction
, PopInstruction
, StackConsumer
, TypedInstruction
public class DSTORE extends StoreInstruction
Stack: ..., value.word1, value.word2 -> ...
length, opcode
n
Constructor | Description |
---|---|
DSTORE(int n) |
Store double into local variable
|
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
public DSTORE(int n)
n
- index of local variablepublic void accept(Visitor v)
accept
in class StoreInstruction
v
- Visitor object