Package net.bytebuddy.asm
Annotation Type Advice.AssignReturned.ToArguments.ToArgument
- Enclosing class:
Advice.AssignReturned.ToArguments
@Target({})
@Enhance(ToArguments.class)
public static @interface Advice.AssignReturned.ToArguments.ToArgument
Defines a particular assignment for a
Advice.AssignReturned.ToArguments
.-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionint
The index in the array that is returned which represents the assigned value.The typing to apply when assigning the returned value to the targeted value.
-
Element Details
-
value
int valueThe index of the parameter to assign.- Returns:
- The index of the parameter to assign.
-
index
int indexThe 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 typingThe 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:
STATIC
-