Searched defs:excCatchType (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/persistence/cmp/enhancer/src/main/java/com/sun/jdo/api/persistence/enhancer/classfile/
H A DExceptionRange.java61 private ConstClass excCatchType; field in class:ExceptionRange
91 return excCatchType;
103 excCatchType = catchType;
122 out.writeShort(excCatchType == null ? 0 : excCatchType.getIndex());
128 if (excCatchType == null)
131 out.print("'" + excCatchType.asString() + "'");//NOI18N

Completed in 20 milliseconds