public static interface MethodCall.TargetHandler.Resolved
| 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.
|
TypeDescription getTypeDescription()
StackManipulation toStackManipulation(MethodDescription invokedMethod, Assigner assigner, Assigner.Typing typing)
invokedMethod - The invoked method.assigner - The assigner to use.typing - The typing to apply.Copyright © 2014–2020. All rights reserved.