private class SyntheticAccessorRewriter.FuncMatchCollector extends AbstractMatchResultIterator
Modifier and Type | Field and Description |
---|---|
(package private) Expression |
functionInvokation |
(package private) LValue |
lValue |
(package private) java.lang.String |
matchType |
(package private) MemberFunctionInvokation |
memberFunctionInvokation |
(package private) StaticFunctionInvokation |
staticFunctionInvokation |
Modifier | Constructor and Description |
---|---|
private |
FuncMatchCollector() |
Modifier and Type | Method and Description |
---|---|
void |
collectMatches(java.lang.String name,
WildcardMatch wcm) |
clear, collectStatement
java.lang.String matchType
LValue lValue
StaticFunctionInvokation staticFunctionInvokation
MemberFunctionInvokation memberFunctionInvokation
Expression functionInvokation
public void collectMatches(java.lang.String name, WildcardMatch wcm)
collectMatches
in interface MatchResultCollector
collectMatches
in class AbstractMatchResultIterator