Uses of Class
org.jf.dexlib2.immutable.ImmutableTryBlock
Packages that use ImmutableTryBlock
-
Uses of ImmutableTryBlock in org.jf.dexlib2.immutable
Fields in org.jf.dexlib2.immutable with type parameters of type ImmutableTryBlockModifier and TypeFieldDescriptionprivate static final ImmutableConverter<ImmutableTryBlock, TryBlock<? extends ExceptionHandler>> ImmutableTryBlock.CONVERTERprotected final com.google.common.collect.ImmutableList<? extends ImmutableTryBlock> ImmutableMethodImplementation.tryBlocksMethods in org.jf.dexlib2.immutable that return ImmutableTryBlockModifier and TypeMethodDescriptionstatic ImmutableTryBlockImmutableTryBlock.of(TryBlock<? extends ExceptionHandler> tryBlock) Methods in org.jf.dexlib2.immutable that return types with arguments of type ImmutableTryBlockModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<? extends ImmutableTryBlock> ImmutableMethodImplementation.getTryBlocks()static com.google.common.collect.ImmutableList<ImmutableTryBlock> ImmutableTryBlock.immutableListOf(List<? extends TryBlock<? extends ExceptionHandler>> list)