Package net.bytebuddy.implementation
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
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
A simple implementation of a resolved argument provider. -
Method Summary
Modifier and TypeMethodDescriptionReturns a list of all types of the arguments that were loaded onto the operand stack.Returns a stack manipulation that loads the arguments onto the operand stack.
-
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.
-