Scalar

Package: ghidra.program.model.scalar
Type: class

10.3_PUBLIC

addedmethod: getValue
long getValue(boolean signednessOverride)
modifiedtype-implements: Scalar
- java.lang.Comparable
+ (none)
removedmethod: add
ghidra.program.model.scalar.Scalar add(long n)
removedmethod: clearBit
ghidra.program.model.scalar.Scalar clearBit(int n)
removedmethod: compareTo
int compareTo(ghidra.program.model.scalar.Scalar other)
removedmethod: flipBit
ghidra.program.model.scalar.Scalar flipBit(int n)
removedmethod: newScalar
ghidra.program.model.scalar.Scalar newScalar(long newValue)
removedmethod: setBit
ghidra.program.model.scalar.Scalar setBit(int n)
removedmethod: shiftLeft
ghidra.program.model.scalar.Scalar shiftLeft(int n)
removedmethod: shiftRight
ghidra.program.model.scalar.Scalar shiftRight(int n)
removedmethod: shiftRightSign
ghidra.program.model.scalar.Scalar shiftRightSign(int n)
removedmethod: subtract
ghidra.program.model.scalar.Scalar subtract(long n)

9.0.1_PUBLIC

introducedInitial version