Uses of Class
org.benf.cfr.reader.bytecode.opcode.DecodedSwitchEntry
Packages that use DecodedSwitchEntry
Package
Description
-
Uses of DecodedSwitchEntry in org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters
Fields in org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters with type parameters of type DecodedSwitchEntryModifier and TypeFieldDescriptionprivate final List<DecodedSwitchEntry> KotlinSwitchHandler.FakeSwitch.entryMethods in org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters that return types with arguments of type DecodedSwitchEntryConstructor parameters in org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters with type arguments of type DecodedSwitchEntry -
Uses of DecodedSwitchEntry in org.benf.cfr.reader.bytecode.opcode
Fields in org.benf.cfr.reader.bytecode.opcode with type parameters of type DecodedSwitchEntryModifier and TypeFieldDescriptionprivate final List<DecodedSwitchEntry> DecodedLookupSwitch.jumpTargetsprivate final List<DecodedSwitchEntry> DecodedTableSwitch.jumpTargetsMethods in org.benf.cfr.reader.bytecode.opcode that return types with arguments of type DecodedSwitchEntryModifier and TypeMethodDescriptionDecodedLookupSwitch.getJumpTargets()DecodedSwitch.getJumpTargets()DecodedTableSwitch.getJumpTargets()