org.apache.bcel.generic
public class DALOAD extends ArrayInstruction implements StackProducer
Stack: ..., arrayref, index -> ..., result.word1, result.word2
| Constructor Summary | |
|---|---|
| DALOAD() Load double from array | |
| Method Summary | |
|---|---|
| void | accept(Visitor v)
Call corresponding visitor method(s). |
Parameters: v Visitor object