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
ConstructorsModifierConstructorDescriptionprivateSuperResultCollector(WildcardMatch wcm, List<StructuredStatement> structuredStatements) -
Method Summary
Modifier and TypeMethodDescriptionvoidcollectStatement(String name, StructuredStatement statement) Methods inherited from class AbstractMatchResultIterator
clear, collectMatches
-
Field Details
-
wcm
-
structuredStatements
-
-
Constructor Details
-
SuperResultCollector
-
-
Method Details
-
collectStatement
- Specified by:
collectStatementin interfaceMatchResultCollector- Overrides:
collectStatementin classAbstractMatchResultIterator
-