类 StackMapTableAttribute

    • 字段详细资料

      • u2stackMapFramesCount

        public int u2stackMapFramesCount
    • 构造器详细资料

      • 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.