Class InnerClassConstructorRewriter.ConstructResultCollector
java.lang.Object
org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.matchutil.AbstractMatchResultIterator
org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.InnerClassConstructorRewriter.ConstructResultCollector
- All Implemented Interfaces:
MatchResultCollector
- Enclosing class:
- InnerClassConstructorRewriter
private static class InnerClassConstructorRewriter.ConstructResultCollector
extends AbstractMatchResultIterator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
void
collectStatement
(String name, StructuredStatement statement) Methods inherited from class org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.matchutil.AbstractMatchResultIterator
collectMatches
-
Field Details
-
assignmentStatement
-
-
Constructor Details
-
ConstructResultCollector
private ConstructResultCollector()
-
-
Method Details
-
clear
public void clear()- Specified by:
clear
in interfaceMatchResultCollector
- Overrides:
clear
in classAbstractMatchResultIterator
-
collectStatement
- Specified by:
collectStatement
in interfaceMatchResultCollector
- Overrides:
collectStatement
in classAbstractMatchResultIterator
-