Class EmptyMatchResultCollector
java.lang.Object
org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.matchutil.EmptyMatchResultCollector
- All Implemented Interfaces:
MatchResultCollector
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
void
collectMatches
(String name, WildcardMatch wcm) void
collectStatement
(String name, StructuredStatement statement)
-
Constructor Details
-
EmptyMatchResultCollector
public EmptyMatchResultCollector()
-
-
Method Details
-
clear
public void clear()- Specified by:
clear
in interfaceMatchResultCollector
-
collectStatement
- Specified by:
collectStatement
in interfaceMatchResultCollector
-
collectMatches
- Specified by:
collectMatches
in interfaceMatchResultCollector
-