}
cv.visitAfter(bc);
}
private void writeOutUdfCallInner(BytecodeContext bc,Function[] functions, int offset, int length) throws BytecodeException {
NativeSwitch ns=new NativeSwitch(2,NativeSwitch.ARG_REF,null,null);
for(int i=offset;i<length;i++) {
ns.addCase(i, functions[i].getBody(),functions[i].getStart(),functions[i].getEnd(),true);
}
ns._writeOut(bc);
}