public interface  net.bytebuddy.implementation.Implementation$SpecialMethodInvocation extends java.lang.Object implements net.bytebuddy.implementation.bytecode.StackManipulation
{
public abstract net.bytebuddy.description.method.MethodDescription getMethodDescription();
public abstract net.bytebuddy.description.type.TypeDescription getTypeDescription();
public abstract net.bytebuddy.implementation.Implementation$SpecialMethodInvocation withCheckedCompatibilityTo(net.bytebuddy.description.method.MethodDescription$TypeToken);
public abstract net.bytebuddy.utility.JavaConstant$MethodHandle toMethodHandle();
}