Uses of Class
org.apache.bcel.generic.ArithmeticInstruction
Package
Description
Generic part of the Apache Byte Code Engineering Library (BCEL), classes to dynamically modify class objects
and byte code instructions.
-
Uses of ArithmeticInstruction in org.apache.bcel.generic
Modifier and TypeClassDescriptionclass
DADD - Add doublesclass
DDIV - Divide doublesclass
DMUL - Multiply doublesclass
DNEG - Negate doubleclass
DREM - Remainder of doublesclass
DSUB - Substract doublesclass
FADD - Add floatsclass
FDIV - Divide floatsclass
FMUL - Multiply floatsclass
FNEG - Negate floatclass
FREM - Remainder of floatsclass
FSUB - Substract floatsclass
IADD - Add intsclass
IAND - Bitwise AND intclass
IDIV - Divide intsclass
IMUL - Multiply intsclass
INEG - Negate intclass
IOR - Bitwise OR intclass
IREM - Remainder of intclass
ISHL - Arithmetic shift left intclass
ISHR - Arithmetic shift right intclass
ISUB - Substract intsclass
IUSHR - Logical shift right intclass
IXOR - Bitwise XOR intclass
LADD - Add longsclass
LAND - Bitwise AND longsclass
LDIV - Divide longsclass
LMUL - Multiply longsclass
LNEG - Negate longclass
LOR - Bitwise OR longclass
LREM - Remainder of longclass
LSHL - Arithmetic shift left longclass
LSHR - Arithmetic shift right longclass
LSUB - Substract longsclass
LUSHR - Logical shift right longclass
LXOR - Bitwise XOR longModifier and TypeFieldDescriptionstatic final ArithmeticInstruction
InstructionConst.DADD
static final ArithmeticInstruction
InstructionConstants.DADD
Deprecated.static final ArithmeticInstruction
InstructionConst.DDIV
static final ArithmeticInstruction
InstructionConstants.DDIV
Deprecated.static final ArithmeticInstruction
InstructionConst.DMUL
static final ArithmeticInstruction
InstructionConstants.DMUL
Deprecated.static final ArithmeticInstruction
InstructionConst.DNEG
static final ArithmeticInstruction
InstructionConstants.DNEG
Deprecated.static final ArithmeticInstruction
InstructionConst.DREM
static final ArithmeticInstruction
InstructionConstants.DREM
Deprecated.static final ArithmeticInstruction
InstructionConst.DSUB
static final ArithmeticInstruction
InstructionConstants.DSUB
Deprecated.static final ArithmeticInstruction
InstructionConst.FADD
static final ArithmeticInstruction
InstructionConstants.FADD
Deprecated.static final ArithmeticInstruction
InstructionConst.FDIV
static final ArithmeticInstruction
InstructionConstants.FDIV
Deprecated.static final ArithmeticInstruction
InstructionConst.FMUL
static final ArithmeticInstruction
InstructionConstants.FMUL
Deprecated.static final ArithmeticInstruction
InstructionConst.FNEG
static final ArithmeticInstruction
InstructionConstants.FNEG
Deprecated.static final ArithmeticInstruction
InstructionConst.FREM
static final ArithmeticInstruction
InstructionConstants.FREM
Deprecated.static final ArithmeticInstruction
InstructionConst.FSUB
static final ArithmeticInstruction
InstructionConstants.FSUB
Deprecated.static final ArithmeticInstruction
InstructionConst.IADD
static final ArithmeticInstruction
InstructionConstants.IADD
Deprecated.static final ArithmeticInstruction
InstructionConst.IAND
static final ArithmeticInstruction
InstructionConstants.IAND
Deprecated.static final ArithmeticInstruction
InstructionConst.IDIV
static final ArithmeticInstruction
InstructionConstants.IDIV
Deprecated.static final ArithmeticInstruction
InstructionConst.IMUL
static final ArithmeticInstruction
InstructionConstants.IMUL
Deprecated.static final ArithmeticInstruction
InstructionConst.INEG
static final ArithmeticInstruction
InstructionConstants.INEG
Deprecated.static final ArithmeticInstruction
InstructionConst.IOR
static final ArithmeticInstruction
InstructionConstants.IOR
Deprecated.static final ArithmeticInstruction
InstructionConst.IREM
static final ArithmeticInstruction
InstructionConstants.IREM
Deprecated.static final ArithmeticInstruction
InstructionConst.ISHL
static final ArithmeticInstruction
InstructionConstants.ISHL
Deprecated.static final ArithmeticInstruction
InstructionConst.ISHR
static final ArithmeticInstruction
InstructionConstants.ISHR
Deprecated.static final ArithmeticInstruction
InstructionConst.ISUB
static final ArithmeticInstruction
InstructionConstants.ISUB
Deprecated.static final ArithmeticInstruction
InstructionConst.IUSHR
static final ArithmeticInstruction
InstructionConstants.IUSHR
Deprecated.static final ArithmeticInstruction
InstructionConst.IXOR
static final ArithmeticInstruction
InstructionConstants.IXOR
Deprecated.static final ArithmeticInstruction
InstructionConst.LADD
static final ArithmeticInstruction
InstructionConstants.LADD
Deprecated.static final ArithmeticInstruction
InstructionConst.LAND
static final ArithmeticInstruction
InstructionConstants.LAND
Deprecated.static final ArithmeticInstruction
InstructionConst.LDIV
static final ArithmeticInstruction
InstructionConstants.LDIV
Deprecated.static final ArithmeticInstruction
InstructionConst.LMUL
static final ArithmeticInstruction
InstructionConstants.LMUL
Deprecated.static final ArithmeticInstruction
InstructionConst.LNEG
static final ArithmeticInstruction
InstructionConstants.LNEG
Deprecated.static final ArithmeticInstruction
InstructionConst.LOR
static final ArithmeticInstruction
InstructionConstants.LOR
Deprecated.static final ArithmeticInstruction
InstructionConst.LREM
static final ArithmeticInstruction
InstructionConstants.LREM
Deprecated.static final ArithmeticInstruction
InstructionConst.LSHL
static final ArithmeticInstruction
InstructionConstants.LSHL
Deprecated.static final ArithmeticInstruction
InstructionConst.LSHR
static final ArithmeticInstruction
InstructionConstants.LSHR
Deprecated.static final ArithmeticInstruction
InstructionConst.LSUB
static final ArithmeticInstruction
InstructionConstants.LSUB
Deprecated.static final ArithmeticInstruction
InstructionConst.LUSHR
static final ArithmeticInstruction
InstructionConstants.LUSHR
Deprecated.static final ArithmeticInstruction
InstructionConst.LXOR
static final ArithmeticInstruction
InstructionConstants.LXOR
Deprecated.Modifier and TypeMethodDescriptionstatic ArithmeticInstruction
InstructionFactory.createBinaryOperation
(String op, Type type) Create binary operation for simple basic types, such as int and float.Modifier and TypeMethodDescriptionvoid
EmptyVisitor.visitArithmeticInstruction
(ArithmeticInstruction obj) void
Visitor.visitArithmeticInstruction
(ArithmeticInstruction obj)