T
- The type of the identification token for this parameter binding.public static interface MethodDelegationBinder.ParameterBinding<T> extends StackManipulation
MethodDelegationBinder.MethodBinding
by using a
MethodDelegationBinder.MethodBinding.Builder
.
However, method bindings can also be composed without this type which is merely a suggestion.Modifier and Type | Interface and Description |
---|---|
static class |
MethodDelegationBinder.ParameterBinding.Anonymous
An anonymous binding of a target method parameter.
|
static class |
MethodDelegationBinder.ParameterBinding.Illegal
A singleton representation of an illegal binding for a method parameter.
|
static class |
MethodDelegationBinder.ParameterBinding.Unique<T>
A uniquely identifiable parameter binding for a target method.
|
StackManipulation.AbstractBase, StackManipulation.Compound, StackManipulation.Simple, StackManipulation.Size, StackManipulation.Trivial
Modifier and Type | Method and Description |
---|---|
T |
getIdentificationToken()
Returns an identification token for this binding.
|
apply, isValid
T getIdentificationToken()
Copyright © 2014–2025. All rights reserved.