IndexedInstruction
, PushInstruction
, StackProducer
, TypedInstruction
public class DLOAD extends LoadInstruction
Stack ... -> ..., result.word1, result.word2
length, opcode
n
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, hashCode, produceStack, readInstruction, setComparator, toString, toString
dump, getCanonicalTag, getIndex, getType, initFromFile, setIndex, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
produceStack
public DLOAD(int n)
n
- index of local variablepublic void accept(Visitor v)
accept
in class LoadInstruction
v
- Visitor object