Class: com.sun.org.apache.bcel.internal.generic.ASTORE
- public class ASTORE
- extends StoreInstruction
ASTORE - Store reference into 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.StoreInstruction
- com.sun.org.apache.bcel.internal.generic.ASTORE
Methods
-
ASTOREtop
ASTORE()Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction(). Not to be used otherwise. -
ASTOREtop
public ASTORE(int n)Store reference into 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 StoreInstruction
- accept from Instruction
