Class TryResourcesTransformerBase.ResourceMatch
java.lang.Object
org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.transformers.TryResourcesTransformerBase.ResourceMatch
- Enclosing class:
- TryResourcesTransformerBase
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final List<Op04StructuredStatement>
(package private) final boolean
(package private) final LValue
(package private) final Method
(package private) final LValue
-
Constructor Summary
ConstructorsConstructorDescriptionResourceMatch
(Method resourceMethod, LValue resource, LValue throwable) ResourceMatch
(Method resourceMethod, LValue resource, LValue throwable, boolean reprocessException, List<Op04StructuredStatement> removeThese) -
Method Summary
-
Field Details
-
resourceMethod
-
resource
-
throwable
-
reprocessException
final boolean reprocessException -
removeThese
-
-
Constructor Details
-
ResourceMatch
-
ResourceMatch
ResourceMatch(Method resourceMethod, LValue resource, LValue throwable, boolean reprocessException, List<Op04StructuredStatement> removeThese)
-