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 java.lang.Object implements StructuredStatementTransformer
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.Map<StructuredStatement,java.util.List<Op04StructuredStatement>>
blockSwitches
-
Constructor Summary
Constructors Modifier Constructor Description private
BlockSwitchDiscoverer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StructuredStatement
transform(StructuredStatement in, StructuredScope scope)
-
-
-
Field Detail
-
blockSwitches
java.util.Map<StructuredStatement,java.util.List<Op04StructuredStatement>> blockSwitches
-
-
Method Detail
-
transform
public StructuredStatement transform(StructuredStatement in, StructuredScope scope)
- Specified by:
transform
in interfaceStructuredStatementTransformer
-
-