Interface InvokeDynamic.InvocationProvider.ArgumentProvider.Resolved

    • Method Detail

      • getLoadInstruction

        StackManipulation getLoadInstruction()
        Returns a stack manipulation that loads the arguments onto the operand stack.
        Returns:
        A stack manipulation that loads the arguments onto the operand stack.
      • getLoadedTypes

        java.util.List<TypeDescription> getLoadedTypes()
        Returns a list of all types of the arguments that were loaded onto the operand stack.
        Returns:
        A list of all types of the arguments that were loaded onto the operand stack.