@HashCodeAndEqualsPlugin.Enhance protected static class MethodCall.TargetHandler.ForMethodParameter.Resolved extends Object implements MethodCall.TargetHandler.Resolved
| Modifier | Constructor and Description | 
|---|---|
protected  | 
Resolved(ParameterDescription parameterDescription)
Creates a new resolved target handler for a parameter. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TypeDescription | 
getTypeDescription()
Returns the target's type description. 
 | 
StackManipulation | 
toStackManipulation(MethodDescription invokedMethod,
                   Assigner assigner,
                   Assigner.Typing typing)
Creates a stack manipulation to represent this resolved target handler. 
 | 
protected Resolved(ParameterDescription parameterDescription)
parameterDescription - The parameter that is the target of the method call.public TypeDescription getTypeDescription()
getTypeDescription in interface MethodCall.TargetHandler.Resolvedpublic StackManipulation toStackManipulation(MethodDescription invokedMethod, Assigner assigner, Assigner.Typing typing)
toStackManipulation in interface MethodCall.TargetHandler.ResolvedinvokedMethod - The invoked method.assigner - The assigner to use.typing - The typing to apply.Copyright © 2014–2025. All rights reserved.