Class StackMapTableAttribute

    • Field Detail

      • u2stackMapFramesCount

        public int u2stackMapFramesCount
    • Constructor Detail

      • StackMapTableAttribute

        public StackMapTableAttribute()
        Creates an uninitialized StackMapTableAttribute.
      • StackMapTableAttribute

        public StackMapTableAttribute​(StackMapFrame[] stackMapFrames)
        Creates a StackMapTableAttribute with the given stack map frames.
      • StackMapTableAttribute

        public StackMapTableAttribute​(int stackMapFramesCount,
                                      StackMapFrame[] stackMapFrames)
        Creates a StackMapTableAttribute with the given stack map frames.