Uses of Enum
jadx.core.codegen.MethodGen.FallbackOption
Packages that use MethodGen.FallbackOption
-
Uses of MethodGen.FallbackOption in jadx.core.codegen
Methods in jadx.core.codegen that return MethodGen.FallbackOptionModifier and TypeMethodDescriptionstatic MethodGen.FallbackOptionReturns the enum constant of this type with the specified name.static MethodGen.FallbackOption[]MethodGen.FallbackOption.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jadx.core.codegen with parameters of type MethodGen.FallbackOptionModifier and TypeMethodDescriptionstatic voidMethodGen.addFallbackInsns(ICodeWriter code, MethodNode mth, InsnNode[] insnArr, MethodGen.FallbackOption option) voidMethodGen.addFallbackMethodCode(ICodeWriter code, MethodGen.FallbackOption fallbackOption) private booleanMethodGen.dumpInsn(ICodeWriter code, InsnGen insnGen, MethodGen.FallbackOption option, int startIndent, @Nullable InsnNode prevInsn, InsnNode insn) private static booleanMethodGen.isCommentEscapeNeeded(InsnNode insn, MethodGen.FallbackOption option)