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
Fields Modifier and Type Field Description private java.util.Map<java.lang.Integer,StaticVariable>
lutValues
private WildcardMatch
wcmCase
-
Constructor Summary
Constructors Modifier Constructor Description private
SwitchForeignEnumMatchResultCollector(WildcardMatch wcmCase)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
collectMatches(java.lang.String name, WildcardMatch wcm)
(package private) java.util.Map<java.lang.Integer,StaticVariable>
getLUT()
-
Methods inherited from class org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.matchutil.AbstractMatchResultIterator
clear, collectStatement
-
-
-
-
Field Detail
-
wcmCase
private final WildcardMatch wcmCase
-
lutValues
private final java.util.Map<java.lang.Integer,StaticVariable> lutValues
-
-
Constructor Detail
-
SwitchForeignEnumMatchResultCollector
private SwitchForeignEnumMatchResultCollector(WildcardMatch wcmCase)
-
-
Method Detail
-
getLUT
java.util.Map<java.lang.Integer,StaticVariable> getLUT()
-
collectMatches
public void collectMatches(java.lang.String name, WildcardMatch wcm)
- Specified by:
collectMatches
in interfaceMatchResultCollector
- Overrides:
collectMatches
in classAbstractMatchResultIterator
-
-