Class SwitchExpressionRewriter.ClassifiedStm
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.SwitchExpressionRewriter.ClassifiedStm
-
- Enclosing class:
- SwitchExpressionRewriter
private class SwitchExpressionRewriter.ClassifiedStm extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) Op04StructuredStatement
stm
(package private) SwitchExpressionRewriter.ClassifyType
type
-
Constructor Summary
Constructors Constructor Description ClassifiedStm(SwitchExpressionRewriter.ClassifyType type, Op04StructuredStatement stm)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
type
SwitchExpressionRewriter.ClassifyType type
-
stm
Op04StructuredStatement stm
-
-
Constructor Detail
-
ClassifiedStm
ClassifiedStm(SwitchExpressionRewriter.ClassifyType type, Op04StructuredStatement stm)
-
-