Package ghidra.pcode.floatformat
Class FloatFormatFactory
java.lang.Object
ghidra.pcode.floatformat.FloatFormatFactory
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
FloatFormatFactory
public FloatFormatFactory()
-
-
Method Details
-
getFloatFormat
Get float format- Parameters:
size
- format storage size in bytes- Returns:
- float format or null if size is not supported
- Throws:
UnsupportedFloatFormatException
- if specified size is unsupported
-