public interface  net.bytebuddy.implementation.MethodCall$TargetHandler$Resolved extends java.lang.Object
{
public abstract net.bytebuddy.description.type.TypeDescription getTypeDescription();
public abstract net.bytebuddy.implementation.bytecode.StackManipulation toStackManipulation(net.bytebuddy.description.method.MethodDescription, net.bytebuddy.implementation.bytecode.assign.Assigner, net.bytebuddy.implementation.bytecode.assign.Assigner$Typing);
}