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