Annotation Type Advice.AssignReturned.ToArguments.ToArgument

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      int value
      The index of the parameter to assign.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      int index
      The index in the array that is returned which represents the assigned value.
      Assigner.Typing typing
      The typing to apply when assigning the returned value to the targeted value.
    • Element Detail

      • value

        int value
        The index of the parameter to assign.
        Returns:
        The index of the parameter to assign.
      • index

        int index
        The index in the array that is returned which represents the assigned value. If negative, a scalar return value is expected.
        Returns:
        The index in the array that is returned which represents the assigned value.
        Default:
        -1
      • typing

        Assigner.Typing typing
        The typing to apply when assigning the returned value to the targeted value.
        Returns:
        The typing to apply when assigning the returned value to the targeted value.
        Default:
        net.bytebuddy.implementation.bytecode.assign.Assigner.Typing.STATIC