static class TryResourcesTransformerBase.ResourceMatch
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) java.util.List<Op04StructuredStatement> |
removeThese |
(package private) boolean |
reprocessException |
(package private) LValue |
resource |
(package private) Method |
resourceMethod |
(package private) LValue |
throwable |
Constructor and Description |
---|
ResourceMatch(Method resourceMethod,
LValue resource,
LValue throwable) |
ResourceMatch(Method resourceMethod,
LValue resource,
LValue throwable,
boolean reprocessException,
java.util.List<Op04StructuredStatement> removeThese) |
final Method resourceMethod
final LValue resource
final LValue throwable
final boolean reprocessException
final java.util.List<Op04StructuredStatement> removeThese