Searched refs:getCatchType (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DCodeException.java88 this(c.getStartPC(), c.getEndPC(), c.getHandlerPC(), c.getCatchType());
149 public final int getCatchType() { return catch_type; } method in class:CodeException
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DCodeExceptionGen.java183 public ObjectType getCatchType() { return catch_type; } method in class:CodeExceptionGen
H A DMethodGen.java203 int type = ce.getCatchType();
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DBCELFactory.java350 String type = (h.getCatchType() == null)?
351 "null" : BCELifier.printType(h.getCatchType());
H A DAttributeHTML.java139 int catch_type = ce[i].getCatchType(); // Index in constant pool

Completed in 1890 milliseconds