@HashCodeAndEqualsPlugin.Enhance public static class InvokeDynamic.InvocationProvider.ArgumentProvider.Resolved.Simple extends Object implements InvokeDynamic.InvocationProvider.ArgumentProvider.Resolved
InvokeDynamic.InvocationProvider.ArgumentProvider.Resolved.Simple
Constructor and Description |
---|
Simple(StackManipulation stackManipulation,
List<TypeDescription> loadedTypes)
Creates a simple resolved argument provider.
|
Simple(StackManipulation stackManipulation,
TypeDescription loadedType)
Creates a simple resolved argument provider.
|
Modifier and Type | Method and Description |
---|---|
List<TypeDescription> |
getLoadedTypes()
Returns a list of all types of the arguments that were loaded onto the operand stack.
|
StackManipulation |
getLoadInstruction()
Returns a stack manipulation that loads the arguments onto the operand stack.
|
public Simple(StackManipulation stackManipulation, TypeDescription loadedType)
stackManipulation
- A stack manipulation that loads the argument onto the operand stack.loadedType
- The type of the arguments that is loaded onto the operand stack.public Simple(StackManipulation stackManipulation, List<TypeDescription> loadedTypes)
stackManipulation
- A stack manipulation that loads the arguments onto the operand stack.loadedTypes
- A list of all types of the arguments that were loaded onto the
operand stack.public StackManipulation getLoadInstruction()
getLoadInstruction
in interface InvokeDynamic.InvocationProvider.ArgumentProvider.Resolved
public List<TypeDescription> getLoadedTypes()
getLoadedTypes
in interface InvokeDynamic.InvocationProvider.ArgumentProvider.Resolved
Copyright © 2014–2019. All rights reserved.