Uses of Enum
jadx.core.dex.instructions.ArithOp
Packages that use ArithOp
-
Uses of ArithOp in jadx.core.dex.instructions
Fields in jadx.core.dex.instructions declared as ArithOpMethods in jadx.core.dex.instructions that return ArithOpModifier and TypeMethodDescriptionArithNode.getOp()static ArithOpReturns the enum constant of this type with the specified name.static ArithOp[]ArithOp.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jadx.core.dex.instructions with parameters of type ArithOpModifier and TypeMethodDescriptionprivate InsnNodeprivate InsnNodestatic ArithNodestatic ArithNodeprivate static ArgTypeArithNode.fixArgType(ArithOp op, ArgType type) private static ArgTypeArithNode.fixResultType(ArithOp op, ArgType type) static ArithNodeCreate one argument arithmetic instructions (a+=2).Constructors in jadx.core.dex.instructions with parameters of type ArithOpModifierConstructorDescriptionArithNode(ArithOp op, @Nullable RegisterArg res, InsnArg a, InsnArg b)