Class SyntheticAccessorRewriter.FuncMatchCollector
java.lang.Object
org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.matchutil.AbstractMatchResultIterator
org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.SyntheticAccessorRewriter.FuncMatchCollector
- All Implemented Interfaces:
MatchResultCollector
- Enclosing class:
- SyntheticAccessorRewriter
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) Expression
(package private) LValue
(package private) String
(package private) MemberFunctionInvokation
(package private) StaticFunctionInvokation
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.matchutil.AbstractMatchResultIterator
clear, collectStatement
-
Field Details
-
matchType
String matchType -
lValue
LValue lValue -
staticFunctionInvokation
StaticFunctionInvokation staticFunctionInvokation -
memberFunctionInvokation
MemberFunctionInvokation memberFunctionInvokation -
functionInvokation
Expression functionInvokation
-
-
Constructor Details
-
FuncMatchCollector
private FuncMatchCollector()
-
-
Method Details
-
collectMatches
- Specified by:
collectMatches
in interfaceMatchResultCollector
- Overrides:
collectMatches
in classAbstractMatchResultIterator
-