Class StackMapType

    • Constructor Detail

      • StackMapType

        public StackMapType​(byte type,
                            int index,
                            ConstantPool constant_pool)
    • Method Detail

      • setType

        public void setType​(byte t)
      • getType

        public byte getType()
      • setIndex

        public void setIndex​(int t)
      • getIndex

        public int getIndex()
      • hasIndex

        public final boolean hasIndex()
      • getConstantPool

        public final ConstantPool getConstantPool()
      • setConstantPool

        public final void setConstantPool​(ConstantPool constant_pool)