org.apache.bcel.generic
public abstract class LoadInstruction extends LocalVariableInstruction implements PushInstruction
Constructor Summary | |
---|---|
protected | LoadInstruction(short opcode, short c_tag, int n) |
Method Summary | |
---|---|
void | accept(Visitor v)
Call corresponding visitor method(s). |
Parameters: opcode Instruction opcode c_tag Instruction number for compact version, ALOAD_0, e.g. n local variable index (unsigned short)
Parameters: v Visitor object