public static interface InvokeDynamic.InvocationProvider.Target.Resolved
InvokeDynamic.InvocationProvider.Target.| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
InvokeDynamic.InvocationProvider.Target.Resolved.Simple
A simple implementation of
  
InvokeDynamic.InvocationProvider.Target.Resolved. | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getInternalName()
Returns the internal name of the requested method. 
 | 
List<TypeDescription> | 
getParameterTypes()
Returns the types of the values on the operand stack. 
 | 
TypeDescription | 
getReturnType()
Returns the requested return type. 
 | 
StackManipulation | 
getStackManipulation()
Returns the stack manipulation that loads the arguments onto the operand stack. 
 | 
StackManipulation getStackManipulation()
TypeDescription getReturnType()
String getInternalName()
List<TypeDescription> getParameterTypes()
Copyright © 2014–2016. All rights reserved.