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