Uses of Class
org.apache.bcel.generic.ArithmeticInstruction
Packages that use ArithmeticInstruction
Package
Description
This package contains the "generic" part of the
Byte Code Engineering
Library, i.e., classes to dynamically modify class objects and
byte code instructions.
-
Uses of ArithmeticInstruction in org.apache.bcel.generic
Subclasses of ArithmeticInstruction in org.apache.bcel.genericModifier 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 longFields in org.apache.bcel.generic declared as ArithmeticInstructionModifier and TypeFieldDescriptionstatic final ArithmeticInstruction
InstructionConstants.DADD
static final ArithmeticInstruction
InstructionConstants.DDIV
static final ArithmeticInstruction
InstructionConstants.DMUL
static final ArithmeticInstruction
InstructionConstants.DNEG
static final ArithmeticInstruction
InstructionConstants.DREM
static final ArithmeticInstruction
InstructionConstants.DSUB
static final ArithmeticInstruction
InstructionConstants.FADD
static final ArithmeticInstruction
InstructionConstants.FDIV
static final ArithmeticInstruction
InstructionConstants.FMUL
static final ArithmeticInstruction
InstructionConstants.FNEG
static final ArithmeticInstruction
InstructionConstants.FREM
static final ArithmeticInstruction
InstructionConstants.FSUB
static final ArithmeticInstruction
InstructionConstants.IADD
static final ArithmeticInstruction
InstructionConstants.IAND
static final ArithmeticInstruction
InstructionConstants.IDIV
static final ArithmeticInstruction
InstructionConstants.IMUL
static final ArithmeticInstruction
InstructionConstants.INEG
static final ArithmeticInstruction
InstructionConstants.IOR
static final ArithmeticInstruction
InstructionConstants.IREM
static final ArithmeticInstruction
InstructionConstants.ISHL
static final ArithmeticInstruction
InstructionConstants.ISHR
static final ArithmeticInstruction
InstructionConstants.ISUB
static final ArithmeticInstruction
InstructionConstants.IUSHR
static final ArithmeticInstruction
InstructionConstants.IXOR
static final ArithmeticInstruction
InstructionConstants.LADD
static final ArithmeticInstruction
InstructionConstants.LAND
static final ArithmeticInstruction
InstructionConstants.LDIV
static final ArithmeticInstruction
InstructionConstants.LMUL
static final ArithmeticInstruction
InstructionConstants.LNEG
static final ArithmeticInstruction
InstructionConstants.LOR
static final ArithmeticInstruction
InstructionConstants.LREM
static final ArithmeticInstruction
InstructionConstants.LSHL
static final ArithmeticInstruction
InstructionConstants.LSHR
static final ArithmeticInstruction
InstructionConstants.LSUB
static final ArithmeticInstruction
InstructionConstants.LUSHR
static final ArithmeticInstruction
InstructionConstants.LXOR
Methods in org.apache.bcel.generic that return ArithmeticInstructionModifier and TypeMethodDescriptionstatic ArithmeticInstruction
InstructionFactory.createBinaryOperation
(String op, Type type) Create binary operation for simple basic types, such as int and float.Methods in org.apache.bcel.generic with parameters of type ArithmeticInstructionModifier and TypeMethodDescriptionvoid
EmptyVisitor.visitArithmeticInstruction
(ArithmeticInstruction obj) void
Visitor.visitArithmeticInstruction
(ArithmeticInstruction obj)