Class StackMapAttribute

    • Field Detail

      • u2stackMapFramesCount

        public int u2stackMapFramesCount
      • stackMapFrames

        public FullFrame[] stackMapFrames
    • Constructor Detail

      • StackMapAttribute

        public StackMapAttribute()
        Creates an uninitialized ExceptionsAttribute.
      • StackMapAttribute

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

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