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

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
H A DDexBackedCatchAllExceptionHandler.java47 @Nullable @Override public String getExceptionType() { return null; } method in class:DexBackedCatchAllExceptionHandler
H A DDexBackedTypedExceptionHandler.java47 @Nonnull @Override public String getExceptionType() { return dexFile.getType(typeId); } method in class:DexBackedTypedExceptionHandler
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
H A DBuilderExceptionHandler.java47 @Nullable @Override public String getExceptionType() { method in class:BuilderExceptionHandler
H A DBuilderClassPool.java311 @Nullable @Override public BuilderTypeReference getExceptionType(@Nonnull ExceptionHandler handler) { method in class:BuilderClassPool
/external/smali/smalidea/src/main/java/org/jf/smalidea/dexlib/
H A DSmalideaExceptionHandler.java50 @Nullable @Override public String getExceptionType() { method in class:SmalideaExceptionHandler
51 SmaliClassTypeElement exceptionType = catchStatement.getExceptionType();
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
H A DSmaliCatchAllStatement.java49 @Nullable @Override public SmaliClassTypeElement getExceptionType() { method in class:SmaliCatchAllStatement
H A DSmaliCatchStatement.java55 public SmaliClassTypeElement getExceptionType() { method in class:SmaliCatchStatement
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/
H A DExceptionHandler.java48 @Nullable String getExceptionType(); method in interface:ExceptionHandler
73 * String exceptionType = getExceptionType();
86 * the return values of getExceptionType() and getHandlerCodeAddress() are both equal.
96 * The comparison is based on the comparison of the return values of getExceptionType() and
97 * getHandlerCodeAddress() in that order. A null value for getExceptionType() compares after a non-null value.
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/
H A DImmutableExceptionHandler.java57 exceptionHandler.getExceptionType(),
61 @Nullable @Override public String getExceptionType() { return exceptionType; } method in class:ImmutableExceptionHandler
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/rewriter/
H A DExceptionHandlerRewriter.java58 @Override @Nullable public String getExceptionType() { method in class:ExceptionHandlerRewriter.RewrittenExceptionHandler
59 return RewriterUtils.rewriteNullable(rewriters.getTypeRewriter(), exceptionHandler.getExceptionType());
/external/dexmaker/src/dx/java/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
/external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/
H A DThrowingProviderBinder.java155 this.exceptionTypes = getExceptionType(interfaceType);
382 private List<Class<? extends Throwable>> getExceptionType(Class<P> interfaceType) { method in class:ThrowingProviderBinder.SecondaryBinder
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
H A DClassSection.java81 @Nullable TypeKey getExceptionType(@Nonnull ExceptionHandler handler); method in interface:ClassSection
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
H A DClassPool.java175 typePool.internNullable(handler.getExceptionType());
431 @Nullable @Override public CharSequence getExceptionType(@Nonnull ExceptionHandler handler) { method in class:ClassPool
432 return handler.getExceptionType();
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-user.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/activity/ ...
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 222 milliseconds