Uses of Class
jadx.core.dex.regions.SwitchRegion.CaseInfo
Packages that use SwitchRegion.CaseInfo
-
Uses of SwitchRegion.CaseInfo in jadx.core.dex.regions
Fields in jadx.core.dex.regions with type parameters of type SwitchRegion.CaseInfoMethods in jadx.core.dex.regions that return types with arguments of type SwitchRegion.CaseInfo -
Uses of SwitchRegion.CaseInfo in jadx.core.dex.visitors.regions
Fields in jadx.core.dex.visitors.regions with type parameters of type SwitchRegion.CaseInfoModifier and TypeFieldDescriptionprivate List<SwitchRegion.CaseInfo> SwitchOverStringVisitor.SwitchData.newCasesMethods in jadx.core.dex.visitors.regions that return types with arguments of type SwitchRegion.CaseInfoMethod parameters in jadx.core.dex.visitors.regions with type arguments of type SwitchRegion.CaseInfoModifier and TypeMethodDescriptionvoidSwitchOverStringVisitor.SwitchData.setNewCases(List<SwitchRegion.CaseInfo> cases)