Class: com.sun.org.apache.bcel.internal.generic.ALOAD
- public class ALOAD
- extends LoadInstruction
ALOAD - Load reference from local variable
Stack: ... -> ..., objectref
Inheritance
Superclass tree:- java.lang.Object
- com.sun.org.apache.bcel.internal.generic.Instruction
- com.sun.org.apache.bcel.internal.generic.LocalVariableInstruction
- com.sun.org.apache.bcel.internal.generic.LoadInstruction
- com.sun.org.apache.bcel.internal.generic.ALOAD
Methods
-
ALOADtop
ALOAD()Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction(). Not to be used otherwise. -
ALOADtop
public ALOAD(int n)Load reference from local variable -
accepttop
public void accept(Visitor v)Call corresponding visitor method(s). The order is: Call visitor methods of implemented interfaces first, then call methods according to the class hierarchy in descending order, i.e., the most specific visitXXX() call comes last.- Override hierarchy:
- accept from LoadInstruction
- accept from Instruction
