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 TypeMethodDescriptionvoidclear()voidcollectMatches(String name, WildcardMatch wcm) voidcollectStatement(String name, StructuredStatement statement)
-
Constructor Details
-
EmptyMatchResultCollector
public EmptyMatchResultCollector()
-
-
Method Details
-
clear
public void clear()- Specified by:
clearin interfaceMatchResultCollector
-
collectStatement
- Specified by:
collectStatementin interfaceMatchResultCollector
-
collectMatches
- Specified by:
collectMatchesin interfaceMatchResultCollector
-