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

/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DCatchHandlerList.java86 sb.append(entry.getExceptionType().toHuman());
111 return last.getExceptionType().equals(CstType.OBJECT);
225 public CstType getExceptionType() { method in class:CatchHandlerList.Entry
/dalvik/dx/src/com/android/dx/dex/code/
H A DCatchHandlerList.java86 sb.append(entry.getExceptionType().toHuman());
111 return last.getExceptionType().equals(CstType.OBJECT);
225 public CstType getExceptionType() { method in class:CatchHandlerList.Entry

Completed in 118 milliseconds