Package jadx.core.dex.visitors.regions
Class SwitchOverStringVisitor.SwitchData
java.lang.Object
jadx.core.dex.visitors.regions.SwitchOverStringVisitor.SwitchData
- Enclosing class:
SwitchOverStringVisitor
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate List<SwitchOverStringVisitor.CaseData> private InsnNodeprivate final MethodNodeprivate List<SwitchRegion.CaseInfo> private RegisterArgprivate final IRegionprivate @Nullable SwitchRegionprivate RegisterArg -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCases()getMth()@Nullable RegisterArg@Nullable SwitchRegiongetType()voidvoidsetHashcodeInvokeInsn(InsnNode hashcodeInvokeInsn) voidsetNewCases(List<SwitchRegion.CaseInfo> cases) voidsetNumArg(RegisterArg numArg) voidsetPart2Region(@Nullable SwitchRegion part2Region) voidsetStrArg(RegisterArg strArg) void
-
Field Details
-
mth
-
type
-
part1Region
-
part2Region
-
cases
-
newCases
-
numArg
-
strArg
-
hashcodeInvokeInsn
-
-
Constructor Details
-
SwitchData
-
-
Method Details
-
getType
-
setType
-
getCases
-
setCases
-
getNewCases
-
setNewCases
-
getMth
-
getPart1Region
-
getPart2Region
-
setPart2Region
-
getNumArg
-
setNumArg
-
getStrArg
-
setStrArg
-
getHashcodeInvokeInsn
-
setHashcodeInvokeInsn
-