Class BootstrapMethodItem

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

public final class BootstrapMethodItem extends Item
  • Constructor Details

    • BootstrapMethodItem

      public BootstrapMethodItem(@org.checkerframework.checker.index.qual.NonNegative int index, @org.checkerframework.checker.index.qual.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