Home | History | Annotate | Download | only in visitor

Lines Matching refs:ExceptionInfo

774     public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo)
776 println(visitorInfo(exceptionInfo) +
777 " ExceptionInfo (" +
778 exceptionInfo.u2startPC + " -> " +
779 exceptionInfo.u2endPC + ": " +
780 exceptionInfo.u2handlerPC + "):");
782 if (exceptionInfo.u2catchType != 0)
784 clazz.constantPoolEntryAccept(exceptionInfo.u2catchType, this);