addedmethod:
castValueToEncode
java.math.BigInteger castValueToEncode(java.lang.Object value) throws DataTypeEncodeException
addedmethod:
encodeRepresentation
byte[] encodeRepresentation(java.lang.String repr, ghidra.program.model.mem.MemBuffer buf, ghidra.docking.settings.Settings settings, int length) throws DataTypeEncodeException
addedmethod:
encodeValue
byte[] encodeValue(java.lang.Object value, ghidra.program.model.mem.MemBuffer buf, ghidra.docking.settings.Settings settings, int length) throws DataTypeEncodeException
addedmethod:
getRepresentation
java.lang.String getRepresentation(java.math.BigInteger bigInt, ghidra.docking.settings.Settings settings, int bitLength)
modifiedmethod:
getOppositeSignednessDataType
return type: DataType → AbstractIntegerDataType
- ghidra.program.model.data.DataType getOppositeSignednessDataType()
+ ghidra.program.model.data.AbstractIntegerDataType getOppositeSignednessDataType()