Searched defs:getExceptionType (Results 1 – 10 of 10) sorted by relevance
49 @Nullable @Override public SmaliClassTypeElement getExceptionType() { in getExceptionType() method in SmaliCatchAllStatement
55 public SmaliClassTypeElement getExceptionType() { in getExceptionType() method in SmaliCatchStatement
47 @Nullable @Override public String getExceptionType() { return null; } in getExceptionType() method in DexBackedCatchAllExceptionHandler
47 @Nonnull @Override public String getExceptionType() { return dexFile.getType(typeId); } in getExceptionType() method in DexBackedTypedExceptionHandler
47 @Nullable @Override public String getExceptionType() { in getExceptionType() method in BuilderExceptionHandler
48 @Nullable String getExceptionType(); in getExceptionType() method
50 @Nullable @Override public String getExceptionType() { in getExceptionType() method in SmalideaExceptionHandler
58 @Override @Nullable public String getExceptionType() { in getExceptionType() method in ExceptionHandlerRewriter.RewrittenExceptionHandler
61 @Nullable @Override public String getExceptionType() { return exceptionType; } in getExceptionType() method in ImmutableExceptionHandler
81 @Nullable TypeKey getExceptionType(@Nonnull ExceptionHandler handler); in getExceptionType() method