/* */
/* */ private void emitGetCallback(ClassEmitter ce, int[] keys) {
/* 730 */ CodeEmitter e = ce.begin_method(1, GET_CALLBACK, null, null);
/* 731 */ e.load_this();
/* 732 */ e.invoke_static_this(BIND_CALLBACKS);
/* 733 */ e.load_this();
/* 734 */ e.load_arg(0);
/* 735 */ e.process_switch(keys, new ProcessSwitchCallback(e) {
/* */ public void processCase(int key, Label end) {
/* 737 */ this.val$e.getfield(Enhancer.access$000(key));
/* 738 */ this.val$e.goTo(end);