Uses of Class
org.apache.bcel.generic.ArithmeticInstruction
-
Packages that use ArithmeticInstruction Package Description org.apache.bcel.generic 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.generic Modifier and Type Class Description classDADDDADD - Add doublesclassDDIVDDIV - Divide doublesclassDMULDMUL - Multiply doublesclassDNEGDNEG - Negate doubleclassDREMDREM - Remainder of doublesclassDSUBDSUB - Substract doublesclassFADDFADD - Add floatsclassFDIVFDIV - Divide floatsclassFMULFMUL - Multiply floatsclassFNEGFNEG - Negate floatclassFREMFREM - Remainder of floatsclassFSUBFSUB - Substract floatsclassIADDIADD - Add intsclassIANDIAND - Bitwise AND intclassIDIVIDIV - Divide intsclassIMULIMUL - Multiply intsclassINEGINEG - Negate intclassIORIOR - Bitwise OR intclassIREMIREM - Remainder of intclassISHLISHL - Arithmetic shift left intclassISHRISHR - Arithmetic shift right intclassISUBISUB - Substract intsclassIUSHRIUSHR - Logical shift right intclassIXORIXOR - Bitwise XOR intclassLADDLADD - Add longsclassLANDLAND - Bitwise AND longsclassLDIVLDIV - Divide longsclassLMULLMUL - Multiply longsclassLNEGLNEG - Negate longclassLORLOR - Bitwise OR longclassLREMLREM - Remainder of longclassLSHLLSHL - Arithmetic shift left longclassLSHRLSHR - Arithmetic shift right longclassLSUBLSUB - Substract longsclassLUSHRLUSHR - Logical shift right longclassLXORLXOR - Bitwise XOR longFields in org.apache.bcel.generic declared as ArithmeticInstruction Modifier and Type Field Description static ArithmeticInstructionInstructionConstants. DADDstatic ArithmeticInstructionInstructionConstants. DDIVstatic ArithmeticInstructionInstructionConstants. DMULstatic ArithmeticInstructionInstructionConstants. DNEGstatic ArithmeticInstructionInstructionConstants. DREMstatic ArithmeticInstructionInstructionConstants. DSUBstatic ArithmeticInstructionInstructionConstants. FADDstatic ArithmeticInstructionInstructionConstants. FDIVstatic ArithmeticInstructionInstructionConstants. FMULstatic ArithmeticInstructionInstructionConstants. FNEGstatic ArithmeticInstructionInstructionConstants. FREMstatic ArithmeticInstructionInstructionConstants. FSUBstatic ArithmeticInstructionInstructionConstants. IADDstatic ArithmeticInstructionInstructionConstants. IANDstatic ArithmeticInstructionInstructionConstants. IDIVstatic ArithmeticInstructionInstructionConstants. IMULstatic ArithmeticInstructionInstructionConstants. INEGstatic ArithmeticInstructionInstructionConstants. IORstatic ArithmeticInstructionInstructionConstants. IREMstatic ArithmeticInstructionInstructionConstants. ISHLstatic ArithmeticInstructionInstructionConstants. ISHRstatic ArithmeticInstructionInstructionConstants. ISUBstatic ArithmeticInstructionInstructionConstants. IUSHRstatic ArithmeticInstructionInstructionConstants. IXORstatic ArithmeticInstructionInstructionConstants. LADDstatic ArithmeticInstructionInstructionConstants. LANDstatic ArithmeticInstructionInstructionConstants. LDIVstatic ArithmeticInstructionInstructionConstants. LMULstatic ArithmeticInstructionInstructionConstants. LNEGstatic ArithmeticInstructionInstructionConstants. LORstatic ArithmeticInstructionInstructionConstants. LREMstatic ArithmeticInstructionInstructionConstants. LSHLstatic ArithmeticInstructionInstructionConstants. LSHRstatic ArithmeticInstructionInstructionConstants. LSUBstatic ArithmeticInstructionInstructionConstants. LUSHRstatic ArithmeticInstructionInstructionConstants. LXORMethods in org.apache.bcel.generic that return ArithmeticInstruction Modifier and Type Method Description static ArithmeticInstructionInstructionFactory. createBinaryOperation(java.lang.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 ArithmeticInstruction Modifier and Type Method Description voidEmptyVisitor. visitArithmeticInstruction(ArithmeticInstruction obj)voidVisitor. visitArithmeticInstruction(ArithmeticInstruction obj)
-