Uses of Interface
org.jf.dexlib2.iface.TryBlock
Packages that use TryBlock
Package
Description
-
Uses of TryBlock in org.jf.dexlib2.analysis
Methods in org.jf.dexlib2.analysis with parameters of type TryBlockModifier and TypeMethodDescriptionprivate AnalyzedInstruction[]MethodAnalyzer.buildExceptionHandlerArray(TryBlock<? extends ExceptionHandler> tryBlock) -
Uses of TryBlock in org.jf.dexlib2.base
Classes in org.jf.dexlib2.base that implement TryBlock -
Uses of TryBlock in org.jf.dexlib2.builder
Classes in org.jf.dexlib2.builder that implement TryBlock -
Uses of TryBlock in org.jf.dexlib2.dexbacked
Classes in org.jf.dexlib2.dexbacked that implement TryBlock -
Uses of TryBlock in org.jf.dexlib2.iface
Methods in org.jf.dexlib2.iface that return types with arguments of type TryBlockModifier and TypeMethodDescriptionList<? extends TryBlock<? extends ExceptionHandler>> MethodImplementation.getTryBlocks()Gets a list of the try blocks defined for this method. -
Uses of TryBlock in org.jf.dexlib2.immutable
Classes in org.jf.dexlib2.immutable that implement TryBlockFields in org.jf.dexlib2.immutable with type parameters of type TryBlockModifier and TypeFieldDescriptionprivate static final ImmutableConverter<ImmutableTryBlock, TryBlock<? extends ExceptionHandler>> ImmutableTryBlock.CONVERTERMethods in org.jf.dexlib2.immutable with parameters of type TryBlockModifier and TypeMethodDescriptionstatic ImmutableTryBlockImmutableTryBlock.of(TryBlock<? extends ExceptionHandler> tryBlock) Method parameters in org.jf.dexlib2.immutable with type arguments of type TryBlockModifier and TypeMethodDescriptionstatic com.google.common.collect.ImmutableList<ImmutableTryBlock> ImmutableTryBlock.immutableListOf(List<? extends TryBlock<? extends ExceptionHandler>> list) Constructor parameters in org.jf.dexlib2.immutable with type arguments of type TryBlockModifierConstructorDescriptionImmutableMethodImplementation(int registerCount, Iterable<? extends Instruction> instructions, List<? extends TryBlock<? extends ExceptionHandler>> tryBlocks, Iterable<? extends DebugItem> debugItems) -
Uses of TryBlock in org.jf.dexlib2.rewriter
Classes in org.jf.dexlib2.rewriter that implement TryBlockFields in org.jf.dexlib2.rewriter declared as TryBlockModifier and TypeFieldDescriptionprotected TryBlock<? extends ExceptionHandler> TryBlockRewriter.RewrittenTryBlock.tryBlockFields in org.jf.dexlib2.rewriter with type parameters of type TryBlockModifier and TypeFieldDescriptionprivate final Rewriter<TryBlock<? extends ExceptionHandler>> DexRewriter.tryBlockRewriterMethods in org.jf.dexlib2.rewriter that return TryBlockModifier and TypeMethodDescriptionTryBlock<? extends ExceptionHandler> TryBlockRewriter.rewrite(TryBlock<? extends ExceptionHandler> tryBlock) Methods in org.jf.dexlib2.rewriter that return types with arguments of type TryBlockModifier and TypeMethodDescriptionRewriter<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()Methods in org.jf.dexlib2.rewriter with parameters of type TryBlockModifier and TypeMethodDescriptionTryBlock<? extends ExceptionHandler> TryBlockRewriter.rewrite(TryBlock<? extends ExceptionHandler> tryBlock) Constructors in org.jf.dexlib2.rewriter with parameters of type TryBlock -
Uses of TryBlock in org.jf.dexlib2.writer
Methods in org.jf.dexlib2.writer that return types with arguments of type TryBlockModifier and TypeMethodDescriptionList<? extends TryBlock<? extends ExceptionHandler>> ClassSection.getTryBlocks(MethodKey key) Method parameters in org.jf.dexlib2.writer with type arguments of type TryBlockModifier and TypeMethodDescriptionprivate intDexWriter.writeCodeItem(DexDataWriter writer, ByteArrayOutputStream ehBuf, MethodKey methodKey, List<? extends TryBlock<? extends ExceptionHandler>> tryBlocks, Iterable<? extends Instruction> instructions, int debugItemOffset) -
Uses of TryBlock in org.jf.dexlib2.writer.builder
Classes in org.jf.dexlib2.writer.builder that implement TryBlockMethods in org.jf.dexlib2.writer.builder that return types with arguments of type TryBlockModifier and TypeMethodDescriptionList<? extends TryBlock<? extends ExceptionHandler>> BuilderClassPool.getTryBlocks(BuilderMethod builderMethod) -
Uses of TryBlock in org.jf.dexlib2.writer.pool
Methods in org.jf.dexlib2.writer.pool that return types with arguments of type TryBlockModifier and TypeMethodDescriptionList<? extends TryBlock<? extends ExceptionHandler>> ClassPool.getTryBlocks(PoolMethod method) -
Uses of TryBlock in org.jf.dexlib2.writer.util
Classes in org.jf.dexlib2.writer.util that implement TryBlockModifier and TypeClassDescriptionprivate static classTryListBuilder.MutableTryBlock<EH extends ExceptionHandler>Methods in org.jf.dexlib2.writer.util that return types with arguments of type TryBlockModifier and TypeMethodDescriptionTryListBuilder.getTryBlocks()static <EH extends ExceptionHandler>
List<TryBlock<EH>> TryListBuilder.massageTryBlocks(List<? extends TryBlock<? extends EH>> tryBlocks) Method parameters in org.jf.dexlib2.writer.util with type arguments of type TryBlockModifier and TypeMethodDescriptionstatic <EH extends ExceptionHandler>
List<TryBlock<EH>> TryListBuilder.massageTryBlocks(List<? extends TryBlock<? extends EH>> tryBlocks)