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) booleanreprocessException(package private) LValueresource(package private) MethodresourceMethod(package private) LValuethrowable
-
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
-
-