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

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
H A DBuilderTryBlock.java44 @Nonnull public final BuilderExceptionHandler exceptionHandler; field in class:BuilderTryBlock
54 this.exceptionHandler = BuilderExceptionHandler.newExceptionHandler(exceptionType, handler);
61 this.exceptionHandler = BuilderExceptionHandler.newExceptionHandler(exceptionType, handler);
67 this.exceptionHandler = BuilderExceptionHandler.newExceptionHandler(handler);
79 return ImmutableList.of(exceptionHandler);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/
H A DImmutableExceptionHandler.java52 public static ImmutableExceptionHandler of(ExceptionHandler exceptionHandler) { argument
53 if (exceptionHandler instanceof ImmutableExceptionHandler) {
54 return (ImmutableExceptionHandler)exceptionHandler;
57 exceptionHandler.getExceptionType(),
58 exceptionHandler.getHandlerCodeAddress());
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/rewriter/
H A DExceptionHandlerRewriter.java52 @Nonnull protected ExceptionHandler exceptionHandler; field in class:ExceptionHandlerRewriter.RewrittenExceptionHandler
54 public RewrittenExceptionHandler(@Nonnull ExceptionHandler exceptionHandler) { argument
55 this.exceptionHandler = exceptionHandler;
59 return RewriterUtils.rewriteNullable(rewriters.getTypeRewriter(), exceptionHandler.getExceptionType());
63 return exceptionHandler.getHandlerCodeAddress();
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DPropertyTable.java650 public void setExceptionHandler(IPropertyExceptionHandler exceptionHandler) { argument
651 m_exceptionHandler = exceptionHandler;
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 592 milliseconds