Class StackMapEntry

java.lang.Object
org.aspectj.apache.bcel.classfile.StackMapEntry
All Implemented Interfaces:
Cloneable

public final class StackMapEntry extends Object implements Cloneable
This class represents a stack map entry recording the types of local variables and the the of stack items at a given byte code offset. See CLDC specification 5.3.1.2
Version:
$Id: StackMapEntry.java,v 1.5 2008/05/28 23:53:02 aclement Exp $
Author:
M. Dahm
See Also: