Class RedundantSuperRewriter.SuperResultCollector
java.lang.Object
org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.matchutil.AbstractMatchResultIterator
org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.RedundantSuperRewriter.SuperResultCollector
- All Implemented Interfaces:
MatchResultCollector
- Enclosing class:
- RedundantSuperRewriter
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List<StructuredStatement>
private final WildcardMatch
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
SuperResultCollector
(WildcardMatch wcm, List<StructuredStatement> structuredStatements) -
Method Summary
Modifier and TypeMethodDescriptionvoid
collectStatement
(String name, StructuredStatement statement) Methods inherited from class org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.matchutil.AbstractMatchResultIterator
clear, collectMatches
-
Field Details
-
wcm
-
structuredStatements
-
-
Constructor Details
-
SuperResultCollector
-
-
Method Details
-
collectStatement
- Specified by:
collectStatement
in interfaceMatchResultCollector
- Overrides:
collectStatement
in classAbstractMatchResultIterator
-