org.apache.bcel.generic
public class DSTORE extends StoreInstruction
Stack: ..., value.word1, value.word2 -> ...
Version: $Id: DSTORE.java 386056 2006-03-15 11:31:56Z tcurdt $
| Constructor Summary | |
|---|---|
| DSTORE()
Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). | |
| DSTORE(int n) Store double into local variable | |
| Method Summary | |
|---|---|
| void | accept(Visitor v)
Call corresponding visitor method(s). |
Parameters: n index of local variable
Parameters: v Visitor object