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