Class SyntheticAccessorRewriter.AccessorMatchCollector
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.matchutil.AbstractMatchResultIterator
-
- org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.SyntheticAccessorRewriter.AccessorMatchCollector
-
- All Implemented Interfaces:
MatchResultCollector
- Enclosing class:
- SyntheticAccessorRewriter
private class SyntheticAccessorRewriter.AccessorMatchCollector extends AbstractMatchResultIterator
-
-
Constructor Summary
Constructors Modifier Constructor Description private
AccessorMatchCollector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
collectMatches(java.lang.String name, WildcardMatch wcm)
-
Methods inherited from class org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.matchutil.AbstractMatchResultIterator
clear, collectStatement
-
-
-
-
Field Detail
-
matchType
java.lang.String matchType
-
lValue
LValue lValue
-
rValue
Expression rValue
-
op
ArithOp op
-
-
Method Detail
-
collectMatches
public void collectMatches(java.lang.String name, WildcardMatch wcm)
- Specified by:
collectMatches
in interfaceMatchResultCollector
- Overrides:
collectMatches
in classAbstractMatchResultIterator
-
-