Class StackMapEntry

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

public final class StackMapEntry extends Object implements Node, 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
See Also: