Home
last modified time | relevance | path

Searched refs:getCatchType (Results 1 – 8 of 8) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DCodeException.java52 this(c.getStartPC(), c.getEndPC(), c.getHandlerPC(), c.getCatchType()); in CodeException()
116 public final int getCatchType() { in getCatchType() method in CodeException
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/
DExceptionHandlers.java49 … final ExceptionHandler eh = new ExceptionHandler(ceg.getCatchType(), ceg.getHandlerPC()); in ExceptionHandlers()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DCodeExceptionGen.java147 public ObjectType getCatchType() { in getCatchType() method in CodeExceptionGen
DMethodGen.java195 final int type = ce.getCatchType(); in MethodGen()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
DBCELFactory.java340 final String type = (h.getCatchType() == null) ? "null" : BCELifier.printType(h in updateExceptionHandlers()
341 .getCatchType()); in updateExceptionHandlers()
DAttributeHTML.java113 final int catch_type = cex.getCatchType(); // Index in constant pool in writeAttribute()
/external/apache-commons-bcel/src/examples/
DJasminVisitor.java275 ObjectType caught = c.getCatchType(); in visitCode()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/statics/
DPass2Verifier.java990 final int exc_index = element.getCatchType(); in visitCode()