Class SwitchExpressionRewriter.SwitchExpressionSearcher
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.SwitchExpressionRewriter.SwitchExpressionSearcher
-
- All Implemented Interfaces:
StructuredStatementTransformer
- Enclosing class:
- SwitchExpressionRewriter
private static class SwitchExpressionRewriter.SwitchExpressionSearcher extends java.lang.Object implements StructuredStatementTransformer
-
-
Field Summary
Fields Modifier and Type Field Description private BlockIdentifier
blockIdentifier
(package private) LValue
found
(package private) StructuredStatement
last
-
Constructor Summary
Constructors Constructor Description SwitchExpressionSearcher(BlockIdentifier blockIdentifier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
checkLast()
StructuredStatement
transform(StructuredStatement in, StructuredScope scope)
-
-
-
Field Detail
-
last
StructuredStatement last
-
found
LValue found
-
blockIdentifier
private BlockIdentifier blockIdentifier
-
-
Constructor Detail
-
SwitchExpressionSearcher
SwitchExpressionSearcher(BlockIdentifier blockIdentifier)
-
-
Method Detail
-
transform
public StructuredStatement transform(StructuredStatement in, StructuredScope scope)
- Specified by:
transform
in interfaceStructuredStatementTransformer
-
checkLast
private void checkLast()
-
-