Uses of Interface
org.jf.dexlib2.iface.ExceptionHandler
Packages that use ExceptionHandler
Package
Description
-
Uses of ExceptionHandler in org.jf.dexlib2.analysis
Method parameters in org.jf.dexlib2.analysis with type arguments of type ExceptionHandlerModifier and TypeMethodDescriptionprivate AnalyzedInstruction[]MethodAnalyzer.buildExceptionHandlerArray(TryBlock<? extends ExceptionHandler> tryBlock) -
Uses of ExceptionHandler in org.jf.dexlib2.base
Classes in org.jf.dexlib2.base with type parameters of type ExceptionHandlerClasses in org.jf.dexlib2.base that implement ExceptionHandlerFields in org.jf.dexlib2.base with type parameters of type ExceptionHandlerModifier and TypeFieldDescriptionstatic final Comparator<ExceptionHandler> BaseExceptionHandler.BY_EXCEPTIONMethods in org.jf.dexlib2.base with parameters of type ExceptionHandler -
Uses of ExceptionHandler in org.jf.dexlib2.builder
Classes in org.jf.dexlib2.builder that implement ExceptionHandler -
Uses of ExceptionHandler in org.jf.dexlib2.dexbacked
Classes in org.jf.dexlib2.dexbacked that implement ExceptionHandlerModifier and TypeClassDescriptionclassclassclass -
Uses of ExceptionHandler in org.jf.dexlib2.iface
Classes in org.jf.dexlib2.iface with type parameters of type ExceptionHandlerModifier and TypeInterfaceDescriptioninterfaceTryBlock<EH extends ExceptionHandler>This class represents an individual try block and associated set of handlers.Methods in org.jf.dexlib2.iface that return types with arguments of type ExceptionHandlerModifier and TypeMethodDescriptionList<? extends TryBlock<? extends ExceptionHandler>> MethodImplementation.getTryBlocks()Gets a list of the try blocks defined for this method.Methods in org.jf.dexlib2.iface with parameters of type ExceptionHandlerModifier and TypeMethodDescriptionintExceptionHandler.compareTo(ExceptionHandler o) Compare this ExceptionHandler to another ExceptionHandler. -
Uses of ExceptionHandler in org.jf.dexlib2.immutable
Classes in org.jf.dexlib2.immutable that implement ExceptionHandlerFields in org.jf.dexlib2.immutable with type parameters of type ExceptionHandlerModifier and TypeFieldDescriptionprivate static final ImmutableConverter<ImmutableExceptionHandler, ExceptionHandler> ImmutableExceptionHandler.CONVERTERprivate static final ImmutableConverter<ImmutableTryBlock, TryBlock<? extends ExceptionHandler>> ImmutableTryBlock.CONVERTERMethods in org.jf.dexlib2.immutable with parameters of type ExceptionHandlerModifier and TypeMethodDescriptionstatic ImmutableExceptionHandlerImmutableExceptionHandler.of(ExceptionHandler exceptionHandler) Method parameters in org.jf.dexlib2.immutable with type arguments of type ExceptionHandlerModifier and TypeMethodDescriptionstatic com.google.common.collect.ImmutableList<ImmutableExceptionHandler> ImmutableExceptionHandler.immutableListOf(Iterable<? extends ExceptionHandler> list) static com.google.common.collect.ImmutableList<ImmutableTryBlock> ImmutableTryBlock.immutableListOf(List<? extends TryBlock<? extends ExceptionHandler>> list) static ImmutableTryBlockImmutableTryBlock.of(TryBlock<? extends ExceptionHandler> tryBlock) Constructor parameters in org.jf.dexlib2.immutable with type arguments of type ExceptionHandlerModifierConstructorDescriptionImmutableMethodImplementation(int registerCount, Iterable<? extends Instruction> instructions, List<? extends TryBlock<? extends ExceptionHandler>> tryBlocks, Iterable<? extends DebugItem> debugItems) ImmutableTryBlock(int startCodeAddress, int codeUnitCount, List<? extends ExceptionHandler> exceptionHandlers) -
Uses of ExceptionHandler in org.jf.dexlib2.rewriter
Classes in org.jf.dexlib2.rewriter that implement ExceptionHandlerModifier and TypeClassDescriptionprotected classFields in org.jf.dexlib2.rewriter declared as ExceptionHandlerModifier and TypeFieldDescriptionprotected ExceptionHandlerExceptionHandlerRewriter.RewrittenExceptionHandler.exceptionHandlerFields in org.jf.dexlib2.rewriter with type parameters of type ExceptionHandlerModifier and TypeFieldDescriptionprivate final Rewriter<ExceptionHandler> DexRewriter.exceptionHandlerRewriterprotected TryBlock<? extends ExceptionHandler> TryBlockRewriter.RewrittenTryBlock.tryBlockprivate final Rewriter<TryBlock<? extends ExceptionHandler>> DexRewriter.tryBlockRewriterMethods in org.jf.dexlib2.rewriter that return ExceptionHandlerMethods in org.jf.dexlib2.rewriter that return types with arguments of type ExceptionHandlerModifier and TypeMethodDescriptionDexRewriter.getExceptionHandlerRewriter()RewriterModule.getExceptionHandlerRewriter(Rewriters rewriters) Rewriters.getExceptionHandlerRewriter()List<? extends ExceptionHandler> TryBlockRewriter.RewrittenTryBlock.getExceptionHandlers()Rewriter<TryBlock<? extends ExceptionHandler>> DexRewriter.getTryBlockRewriter()Rewriter<TryBlock<? extends ExceptionHandler>> RewriterModule.getTryBlockRewriter(Rewriters rewriters) Rewriter<TryBlock<? extends ExceptionHandler>> Rewriters.getTryBlockRewriter()List<? extends TryBlock<? extends ExceptionHandler>> MethodImplementationRewriter.RewrittenMethodImplementation.getTryBlocks()TryBlock<? extends ExceptionHandler> TryBlockRewriter.rewrite(TryBlock<? extends ExceptionHandler> tryBlock) Methods in org.jf.dexlib2.rewriter with parameters of type ExceptionHandlerMethod parameters in org.jf.dexlib2.rewriter with type arguments of type ExceptionHandlerModifier and TypeMethodDescriptionTryBlock<? extends ExceptionHandler> TryBlockRewriter.rewrite(TryBlock<? extends ExceptionHandler> tryBlock) Constructors in org.jf.dexlib2.rewriter with parameters of type ExceptionHandlerConstructor parameters in org.jf.dexlib2.rewriter with type arguments of type ExceptionHandler -
Uses of ExceptionHandler in org.jf.dexlib2.writer
Methods in org.jf.dexlib2.writer that return types with arguments of type ExceptionHandlerModifier and TypeMethodDescriptionList<? extends TryBlock<? extends ExceptionHandler>> ClassSection.getTryBlocks(MethodKey key) Methods in org.jf.dexlib2.writer with parameters of type ExceptionHandlerMethod parameters in org.jf.dexlib2.writer with type arguments of type ExceptionHandlerModifier and TypeMethodDescriptionprivate intDexWriter.writeCodeItem(DexDataWriter writer, ByteArrayOutputStream ehBuf, MethodKey methodKey, List<? extends TryBlock<? extends ExceptionHandler>> tryBlocks, Iterable<? extends Instruction> instructions, int debugItemOffset) -
Uses of ExceptionHandler in org.jf.dexlib2.writer.builder
Classes in org.jf.dexlib2.writer.builder that implement ExceptionHandlerMethods in org.jf.dexlib2.writer.builder that return types with arguments of type ExceptionHandlerModifier and TypeMethodDescriptionList<? extends TryBlock<? extends ExceptionHandler>> BuilderClassPool.getTryBlocks(BuilderMethod builderMethod) Methods in org.jf.dexlib2.writer.builder with parameters of type ExceptionHandler -
Uses of ExceptionHandler in org.jf.dexlib2.writer.pool
Methods in org.jf.dexlib2.writer.pool that return types with arguments of type ExceptionHandlerModifier and TypeMethodDescriptionList<? extends TryBlock<? extends ExceptionHandler>> ClassPool.getTryBlocks(PoolMethod method) Methods in org.jf.dexlib2.writer.pool with parameters of type ExceptionHandler -
Uses of ExceptionHandler in org.jf.dexlib2.writer.util
Classes in org.jf.dexlib2.writer.util with type parameters of type ExceptionHandlerModifier and TypeClassDescriptionclassTryListBuilder<EH extends ExceptionHandler>private static classTryListBuilder.MutableTryBlock<EH extends ExceptionHandler>private static classTryListBuilder.TryBounds<EH extends ExceptionHandler>Methods in org.jf.dexlib2.writer.util with type parameters of type ExceptionHandlerModifier and TypeMethodDescriptionstatic <EH extends ExceptionHandler>
List<TryBlock<EH>> TryListBuilder.massageTryBlocks(List<? extends TryBlock<? extends EH>> tryBlocks)