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
private class RedundantSuperRewriter.SuperResultCollector extends AbstractMatchResultIterator
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<StructuredStatement>
structuredStatements
private WildcardMatch
wcm
-
Constructor Summary
Constructors Modifier Constructor Description private
SuperResultCollector(WildcardMatch wcm, java.util.List<StructuredStatement> structuredStatements)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
collectStatement(java.lang.String name, StructuredStatement statement)
-
Methods inherited from class org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.matchutil.AbstractMatchResultIterator
clear, collectMatches
-
-
-
-
Field Detail
-
wcm
private final WildcardMatch wcm
-
structuredStatements
private final java.util.List<StructuredStatement> structuredStatements
-
-
Constructor Detail
-
SuperResultCollector
private SuperResultCollector(WildcardMatch wcm, java.util.List<StructuredStatement> structuredStatements)
-
-
Method Detail
-
collectStatement
public void collectStatement(java.lang.String name, StructuredStatement statement)
- Specified by:
collectStatement
in interfaceMatchResultCollector
- Overrides:
collectStatement
in classAbstractMatchResultIterator
-
-