// assumed nonstatic call; otherwise subtract 'this' from maxStack
affirm((accessFlags & ACCStatic) == 0);
final ExceptionsAttribute exceptAttr = null;
// begin of method body
final InsnTarget begin = new InsnTarget();
Insn insn = begin;
insn = appendThrowJavaException(
insn, JAVA_UnsupportedOperationException_Path,
"Method " + methodName + " not yet implemented");