| Package | Description |
|---|---|
| org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters |
| Modifier and Type | Field and Description |
|---|---|
(package private) SwitchExpressionRewriter.ClassifyType |
SwitchExpressionRewriter.ClassifiedStm.type |
| Modifier and Type | Method and Description |
|---|---|
static SwitchExpressionRewriter.ClassifyType |
SwitchExpressionRewriter.ClassifyType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SwitchExpressionRewriter.ClassifyType[] |
SwitchExpressionRewriter.ClassifyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ClassifiedStm(SwitchExpressionRewriter.ClassifyType type,
Op04StructuredStatement stm) |