Interface InvokeDynamic.InvocationProvider.ArgumentProvider.Resolved

All Known Implementing Classes:
InvokeDynamic.InvocationProvider.ArgumentProvider.Resolved.Simple
Enclosing interface:
InvokeDynamic.InvocationProvider.ArgumentProvider

public static interface InvokeDynamic.InvocationProvider.ArgumentProvider.Resolved
  • Method Details

    • 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

      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.