Class SwitchEnumRewriter.EclipseVarResultCollector
java.lang.Object
org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.SwitchEnumRewriter.EclipseVarResultCollector
- All Implemented Interfaces:
MatchResultCollector
- Enclosing class:
- SwitchEnumRewriter
private static class SwitchEnumRewriter.EclipseVarResultCollector
extends Object
implements MatchResultCollector
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
void
collectMatches
(String name, WildcardMatch wcm) void
collectStatement
(String name, StructuredStatement statement)
-
Field Details
-
lookup
LValue lookup -
field
LValue field -
arrayLen
StaticFunctionInvokation arrayLen
-
-
Constructor Details
-
EclipseVarResultCollector
private EclipseVarResultCollector()
-
-
Method Details
-
clear
public void clear()- Specified by:
clear
in interfaceMatchResultCollector
-
collectStatement
- Specified by:
collectStatement
in interfaceMatchResultCollector
-
collectMatches
- Specified by:
collectMatches
in interfaceMatchResultCollector
-