Searched refs:getCatchType (Results 1 – 8 of 8) sorted by relevance
52 this(c.getStartPC(), c.getEndPC(), c.getHandlerPC(), c.getCatchType()); in CodeException()116 public final int getCatchType() { in getCatchType() method in CodeException
49 … final ExceptionHandler eh = new ExceptionHandler(ceg.getCatchType(), ceg.getHandlerPC()); in ExceptionHandlers()
147 public ObjectType getCatchType() { in getCatchType() method in CodeExceptionGen
195 final int type = ce.getCatchType(); in MethodGen()
340 final String type = (h.getCatchType() == null) ? "null" : BCELifier.printType(h in updateExceptionHandlers()341 .getCatchType()); in updateExceptionHandlers()
113 final int catch_type = cex.getCatchType(); // Index in constant pool in writeAttribute()
275 ObjectType caught = c.getCatchType(); in visitCode()
990 final int exc_index = element.getCatchType(); in visitCode()