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
private class SyntheticAccessorRewriter.FuncMatchCollector extends AbstractMatchResultIterator
-
-
Field Summary
Fields Modifier and Type Field Description (package private) Expression
functionInvokation
(package private) LValue
lValue
(package private) java.lang.String
matchType
(package private) MemberFunctionInvokation
memberFunctionInvokation
(package private) StaticFunctionInvokation
staticFunctionInvokation
-
Constructor Summary
Constructors Modifier Constructor Description private
FuncMatchCollector()
-
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
-
staticFunctionInvokation
StaticFunctionInvokation staticFunctionInvokation
-
memberFunctionInvokation
MemberFunctionInvokation memberFunctionInvokation
-
functionInvokation
Expression functionInvokation
-
-
Method Detail
-
collectMatches
public void collectMatches(java.lang.String name, WildcardMatch wcm)
- Specified by:
collectMatches
in interfaceMatchResultCollector
- Overrides:
collectMatches
in classAbstractMatchResultIterator
-
-