java.io.Serializable, java.lang.Cloneable, IndexedInstruction, PushInstruction, StackProducer, TypedInstructionpublic class DLOAD extends LoadInstruction
Stack ... -> ..., result.word1, result.word2
length, opcoden| Constructor | Description |
|---|---|
DLOAD(int n) |
Load double from 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, toStringdump, getCanonicalTag, getIndex, getType, initFromFile, setIndex, toStringclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitproduceStackpublic DLOAD(int n)
n - index of local variablepublic void accept(Visitor v)
accept in class LoadInstructionv - Visitor object