Uses of Enum
jadx.core.codegen.InsnGen.Flags
Packages that use InsnGen.Flags
-
Uses of InsnGen.Flags in jadx.core.codegen
Fields in jadx.core.codegen with type parameters of type InsnGen.FlagsModifier and TypeFieldDescriptionprivate static final Set<InsnGen.Flags> InsnGen.BODY_ONLY_FLAGprivate static final Set<InsnGen.Flags> InsnGen.BODY_ONLY_NOWRAP_FLAGSprivate static final Set<InsnGen.Flags> InsnGen.EMPTY_FLAGSMethods in jadx.core.codegen that return InsnGen.FlagsModifier and TypeMethodDescriptionstatic InsnGen.FlagsReturns the enum constant of this type with the specified name.static InsnGen.Flags[]InsnGen.Flags.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 InsnGen.FlagsModifier and TypeMethodDescriptionprotected voidInsnGen.makeInsn(InsnNode insn, ICodeWriter code, InsnGen.Flags flag) Method parameters in jadx.core.codegen with type arguments of type InsnGen.FlagsModifier and TypeMethodDescriptionvoidInsnGen.addArg(ICodeWriter code, InsnArg arg, Set<InsnGen.Flags> flags) private voidInsnGen.addLiteralArg(ICodeWriter code, LiteralArg litArg, Set<InsnGen.Flags> flags) private voidInsnGen.addWrappedArg(ICodeWriter code, InsnWrapArg arg, Set<InsnGen.Flags> flags) private voidInsnGen.makeArith(ArithNode insn, ICodeWriter code, Set<InsnGen.Flags> state) private voidInsnGen.makeInsnBody(ICodeWriter code, InsnNode insn, Set<InsnGen.Flags> state) private voidInsnGen.makeTernary(TernaryInsn insn, ICodeWriter code, Set<InsnGen.Flags> state) private voidInsnGen.oneArgInsn(ICodeWriter code, InsnNode insn, Set<InsnGen.Flags> state, char op)