Class StackMapTableAttribute

  • All Implemented Interfaces:
    WritableEntry

    public class StackMapTableAttribute
    extends Attribute
    A JDK 6 StackMap sttribute. TODO: this will currently fall over if the code length, max locals or max stack is above 65535
    Author:
    Stuart Douglas