Class ASTORE
java.lang.Object
org.apache.bcel.generic.Instruction
org.apache.bcel.generic.LocalVariableInstruction
org.apache.bcel.generic.StoreInstruction
org.apache.bcel.generic.ASTORE
- All Implemented Interfaces:
Cloneable, IndexedInstruction, PopInstruction, StackConsumer, TypedInstruction
ASTORE - Store reference into local variable
Stack ..., objectref -> ...
-
Field Summary
Fields inherited from class LocalVariableInstruction
nFields inherited from class Instruction
length, opcode -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class LocalVariableInstruction
dump, getCanonicalTag, getIndex, getType, initFromFile, setIndex, toStringMethods inherited from class Instruction
consumeStack, copy, equals, getComparator, getLength, getName, getOpcode, hashCode, isValidByte, isValidShort, produceStack, readInstruction, setComparator, toString, toStringMethods inherited from interface StackConsumer
consumeStack
-
Constructor Details
-
ASTORE
-
-
Method Details
-
accept
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.- Overrides:
acceptin classStoreInstruction- Parameters:
v- Visitor object
-