Class Instruction

java.lang.Object
org.aspectj.apache.bcel.generic.Instruction
All Implemented Interfaces:
Serializable, Cloneable, Constants
Direct Known Subclasses:
InstructionBranch, InstructionByte, InstructionCP, InstructionLV, InstructionShort, RET

public class Instruction extends Object implements Cloneable, Serializable, Constants
Abstract super class for all Java byte codes.
Version:
$Id: Instruction.java,v 1.10 2011/04/05 15:15:33 aclement Exp $
Author:
M. Dahm
See Also: