Interface ICConstantFloat32
- All Superinterfaces:
ICConstant<Float>
,ICConstantFloat<Float>
,ICElement
,ICExpression
C AST interface used to represent single-precision float literals.
-
Method Summary
Methods inherited from interface com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICConstant
duplicate, getOrigin, getType, getValue, isTrueLike, setOrigin
Methods inherited from interface com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICConstantFloat
getBitsize
Methods inherited from interface com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICElement
addPhysicalOffset, addPhysicalOffsets, evaluate, format, generate, getData, getElementType, getPhysicalOffset, getPhysicalOffsets, getSubElements, replaceSubElement, setData, setPhysicalOffsets, toString, visitDepthPost, visitDepthPost, visitDepthPost, visitDepthPre, visitDepthPre, visitDepthPre
-
Method Details
-
getFP32Value
float getFP32Value()
-