};
if(tlt.handleException()) {
TryCatchFinallyVisitor tcfv=new TryCatchFinallyVisitor(onFinally,fcf);
tcfv.visitTryBegin(bc);
doTry(bc,adapter,tag,currLocal,currType);
int t=tcfv.visitTryEndCatchBeging(bc);
// tag.doCatch(t);
adapter.loadLocal(currLocal);
adapter.loadLocal(t);