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 | 
|---|---|
boolean | 
equals(Object other)  | 
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. 
 | 
int | 
hashCode()  | 
String | 
toString()  | 
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()
InvokeDynamic.InvocationProvider.ArgumentProvider.ResolvedgetLoadInstruction in interface InvokeDynamic.InvocationProvider.ArgumentProvider.Resolvedpublic List<TypeDescription> getLoadedTypes()
InvokeDynamic.InvocationProvider.ArgumentProvider.ResolvedgetLoadedTypes in interface InvokeDynamic.InvocationProvider.ArgumentProvider.ResolvedCopyright © 2014–2016. All rights reserved.