Class SwitchEnumRewriter.SwitchForeignEnumMatchResultCollector
java.lang.Object
org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.matchutil.AbstractMatchResultIterator
org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.SwitchEnumRewriter.SwitchForeignEnumMatchResultCollector
- All Implemented Interfaces:
MatchResultCollector
- Enclosing class:
- SwitchEnumRewriter
private class SwitchEnumRewriter.SwitchForeignEnumMatchResultCollector
extends AbstractMatchResultIterator
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Map<Integer,
StaticVariable> private final WildcardMatch
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
-
Method Summary
Modifier and TypeMethodDescriptionvoid
collectMatches
(String name, WildcardMatch wcm) (package private) Map<Integer,
StaticVariable> getLUT()
Methods inherited from class org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.matchutil.AbstractMatchResultIterator
clear, collectStatement
-
Field Details
-
wcmCase
-
lutValues
-
-
Constructor Details
-
SwitchForeignEnumMatchResultCollector
-
-
Method Details
-
getLUT
Map<Integer,StaticVariable> getLUT() -
collectMatches
- Specified by:
collectMatches
in interfaceMatchResultCollector
- Overrides:
collectMatches
in classAbstractMatchResultIterator
-