Class TryResourcesTransformerBase.ResourceMatch
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.transformers.TryResourcesTransformerBase.ResourceMatch
-
- Enclosing class:
- TryResourcesTransformerBase
static class TryResourcesTransformerBase.ResourceMatch extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field 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 Summary
Constructors Constructor Description ResourceMatch(Method resourceMethod, LValue resource, LValue throwable)
ResourceMatch(Method resourceMethod, LValue resource, LValue throwable, boolean reprocessException, java.util.List<Op04StructuredStatement> removeThese)
-
-
-
Field Detail
-
resourceMethod
final Method resourceMethod
-
resource
final LValue resource
-
throwable
final LValue throwable
-
reprocessException
final boolean reprocessException
-
removeThese
final java.util.List<Op04StructuredStatement> removeThese
-
-