Class BootstrapMethodItem

java.lang.Object
mockit.asm.constantPool.Item
mockit.asm.constantPool.BootstrapMethodItem

public final class BootstrapMethodItem extends Item
  • Constructor Details

    • BootstrapMethodItem

      public BootstrapMethodItem(@NonNegative int index, @NonNegative int position, int hashCode)
      Initializes the new item with the given index, position and hash code.
      Parameters:
      position - position in byte in the class attribute "BootstrapMethods"
      hashCode - hashcode of the item, which is processed from the hashcode of the bootstrap method and the hashcode of all bootstrap arguments