Class InstructionLV

java.lang.Object
org.aspectj.apache.bcel.generic.Instruction
org.aspectj.apache.bcel.generic.InstructionLV
All Implemented Interfaces:
Serializable, Cloneable, Constants
Direct Known Subclasses:
IINC, InstructionCLV

public class InstructionLV extends Instruction
Abstract super class for instructions dealing with local variables.
Version:
$Id: InstructionLV.java,v 1.5 2009/10/05 17:35:36 aclement Exp $
Author:
M. Dahm
See Also: