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 java.lang.Object implements MatchResultCollector
-
-
Constructor Summary
Constructors Modifier Constructor Description private
EclipseVarResultCollector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
void
collectMatches(java.lang.String name, WildcardMatch wcm)
void
collectStatement(java.lang.String name, StructuredStatement statement)
-
-
-
Field Detail
-
lookup
LValue lookup
-
field
LValue field
-
arrayLen
StaticFunctionInvokation arrayLen
-
-
Method Detail
-
clear
public void clear()
- Specified by:
clear
in interfaceMatchResultCollector
-
collectStatement
public void collectStatement(java.lang.String name, StructuredStatement statement)
- Specified by:
collectStatement
in interfaceMatchResultCollector
-
collectMatches
public void collectMatches(java.lang.String name, WildcardMatch wcm)
- Specified by:
collectMatches
in interfaceMatchResultCollector
-
-