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 TypeMethodDescriptionvoidcollectMatches(String name, WildcardMatch wcm) (package private) Map<Integer, StaticVariable> getLUT()Methods inherited from class AbstractMatchResultIterator
clear, collectStatement
-
Field Details
-
wcmCase
-
lutValues
-
-
Constructor Details
-
SwitchForeignEnumMatchResultCollector
-
-
Method Details
-
getLUT
Map<Integer, StaticVariable> getLUT() -
collectMatches
- Specified by:
collectMatchesin interfaceMatchResultCollector- Overrides:
collectMatchesin classAbstractMatchResultIterator
-