Class TryResourcesTransformerBase.TryResourcesMatchResultCollector
java.lang.Object
org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.transformers.TryResourcesTransformerBase.TryResourcesMatchResultCollector
- All Implemented Interfaces:
MatchResultCollector
- Enclosing class:
- TryResourcesTransformerBase
protected static class TryResourcesTransformerBase.TryResourcesMatchResultCollector
extends Object
implements MatchResultCollector
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
void
collectMatches
(String name, WildcardMatch wcm) void
collectStatement
(String name, StructuredStatement statement) private StaticFunctionInvokation
getFn
(WildcardMatch wcm, String name)
-
Field Details
-
Constructor Details
-
TryResourcesMatchResultCollector
protected TryResourcesMatchResultCollector()
-
-
Method Details
-
clear
public void clear()- Specified by:
clear
in interfaceMatchResultCollector
-
collectStatement
- Specified by:
collectStatement
in interfaceMatchResultCollector
-
getFn
-
collectMatches
- Specified by:
collectMatches
in interfaceMatchResultCollector
-