Class BootstrapMethodsAttribute.BootstrapMethod

    • Field Detail

      • methodRef

        public int methodRef
        bootstrap_method_ref. The value at this index must be a CONSTANT_MethodHandle_info.
      • arguments

        public int[] arguments
        bootstrap_arguments.
    • Constructor Detail

      • BootstrapMethod

        public BootstrapMethod​(int method,
                               int[] args)
        Constructs an element of bootstrap_methods.
        Parameters:
        method - bootstrap_method_ref.
        args - bootstrap_arguments.