Uses of Class
org.jf.dexlib2.immutable.ImmutableExceptionHandler
Packages that use ImmutableExceptionHandler
-
Uses of ImmutableExceptionHandler in org.jf.dexlib2.immutable
Fields in org.jf.dexlib2.immutable with type parameters of type ImmutableExceptionHandlerModifier and TypeFieldDescriptionprivate static final ImmutableConverter<ImmutableExceptionHandler, ExceptionHandler> ImmutableExceptionHandler.CONVERTERprotected final com.google.common.collect.ImmutableList<? extends ImmutableExceptionHandler> ImmutableTryBlock.exceptionHandlersMethods in org.jf.dexlib2.immutable that return ImmutableExceptionHandlerModifier and TypeMethodDescriptionstatic ImmutableExceptionHandlerImmutableExceptionHandler.of(ExceptionHandler exceptionHandler) Methods in org.jf.dexlib2.immutable that return types with arguments of type ImmutableExceptionHandlerModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<? extends ImmutableExceptionHandler> ImmutableTryBlock.getExceptionHandlers()static com.google.common.collect.ImmutableList<ImmutableExceptionHandler> ImmutableExceptionHandler.immutableListOf(Iterable<? extends ExceptionHandler> list) Constructor parameters in org.jf.dexlib2.immutable with type arguments of type ImmutableExceptionHandlerModifierConstructorDescriptionImmutableTryBlock(int startCodeAddress, int codeUnitCount, com.google.common.collect.ImmutableList<? extends ImmutableExceptionHandler> exceptionHandlers)