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 |
---|---|
java.lang.String |
getInternalName()
Returns the internal name of the requested method.
|
java.util.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()
java.lang.String getInternalName()
java.util.List<TypeDescription> getParameterTypes()