Class SwitchExpressionRewriter.BlockSwitchDiscoverer
java.lang.Object
org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.SwitchExpressionRewriter.BlockSwitchDiscoverer
- All Implemented Interfaces:
StructuredStatementTransformer
- Enclosing class:
- SwitchExpressionRewriter
private static class SwitchExpressionRewriter.BlockSwitchDiscoverer
extends Object
implements StructuredStatementTransformer
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) Map<StructuredStatement,
List<Op04StructuredStatement>> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
blockSwitches
Map<StructuredStatement,List<Op04StructuredStatement>> blockSwitches
-
-
Constructor Details
-
BlockSwitchDiscoverer
private BlockSwitchDiscoverer()
-
-
Method Details
-
transform
- Specified by:
transform
in interfaceStructuredStatementTransformer
-