public static interface InvokeDynamic.InvocationProvider.ArgumentProvider.Resolved
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
InvokeDynamic.InvocationProvider.ArgumentProvider.Resolved.Simple
A simple implementation of a 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. 
 | 
StackManipulation getLoadInstruction()
List<TypeDescription> getLoadedTypes()
Copyright © 2014–2015. All rights reserved.