Uses of Interface
org.benf.cfr.reader.bytecode.opcode.DecodedSwitch
-
Packages that use DecodedSwitch Package Description org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters org.benf.cfr.reader.bytecode.analysis.parse.statement org.benf.cfr.reader.bytecode.opcode -
-
Uses of DecodedSwitch in org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters
Classes in org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters that implement DecodedSwitch Modifier and Type Class Description private static class
KotlinSwitchHandler.FakeSwitch
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters with parameters of type DecodedSwitch Modifier and Type Method Description private static int
SwitchReplacer. getDefault(DecodedSwitch decodedSwitch)
-
Uses of DecodedSwitch in org.benf.cfr.reader.bytecode.analysis.parse.statement
Fields in org.benf.cfr.reader.bytecode.analysis.parse.statement declared as DecodedSwitch Modifier and Type Field Description private DecodedSwitch
RawSwitchStatement. switchData
Methods in org.benf.cfr.reader.bytecode.analysis.parse.statement that return DecodedSwitch Modifier and Type Method Description DecodedSwitch
RawSwitchStatement. getSwitchData()
Constructors in org.benf.cfr.reader.bytecode.analysis.parse.statement with parameters of type DecodedSwitch Constructor Description RawSwitchStatement(BytecodeLoc loc, Expression switchOn, DecodedSwitch switchData)
-
Uses of DecodedSwitch in org.benf.cfr.reader.bytecode.opcode
Classes in org.benf.cfr.reader.bytecode.opcode that implement DecodedSwitch Modifier and Type Class Description class
DecodedLookupSwitch
class
DecodedTableSwitch
-