Searched refs:exc_index (Results 1 – 2 of 2) sorted by relevance
990 final int exc_index = element.getCatchType(); in visitCode() local991 if (exc_index != 0) { // if 0, it catches all Throwables in visitCode()992 checkIndex(obj, exc_index, CONST_Class); in visitCode()993 final ConstantClass cc = (ConstantClass) (cp.getConstant(exc_index)); in visitCode()
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...