Package org.jf.dexlib2.writer.util
Class TryListBuilder.TryBounds<EH extends ExceptionHandler>
java.lang.Object
org.jf.dexlib2.writer.util.TryListBuilder.TryBounds<EH>
- Enclosing class:
TryListBuilder<EH extends ExceptionHandler>
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal TryListBuilder.MutableTryBlock<EH> final TryListBuilder.MutableTryBlock<EH> -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
-
Field Details
-
start
-
end
-
-
Constructor Details
-
TryBounds
public TryBounds(@Nonnull TryListBuilder.MutableTryBlock<EH> start, @Nonnull TryListBuilder.MutableTryBlock<EH> end)
-