}
case RegOps.INVOKE_DIRECT: {
CstBaseMethodRef cstMeth = (CstBaseMethodRef) cst;
Prototype meth = cstMeth.getPrototype();
CstType definer = cstMeth.getDefiningClass();
meth = meth.withFirstParameter(definer.getClassType());
return opInvokeDirect(meth);
}
case RegOps.INVOKE_INTERFACE: {
CstBaseMethodRef cstMeth = (CstBaseMethodRef) cst;
Prototype meth = cstMeth.getPrototype();