Searched defs:getExceptionType (Results 1 - 10 of 10) 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/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/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/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/ ...

Completed in 315 milliseconds