Class StackMapTable

java.lang.Object
javassist.bytecode.AttributeInfo
javassist.bytecode.StackMapTable

public class StackMapTable extends AttributeInfo
stack_map attribute.

This is an entry in the attributes table of a Code attribute. It was introduced by J2SE 6 for the verification by typechecking.

Since:
3.4
See Also: