Interface ICConstantFloat<T>
- Type Parameters:
T
-
- All Superinterfaces:
ICConstant<T>
,ICElement
,ICExpression
- All Known Subinterfaces:
ICConstantFloat32
,ICConstantFloat64
Generic C AST interface used to represent 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.ICElement
addPhysicalOffset, addPhysicalOffsets, evaluate, format, generate, getData, getElementType, getPhysicalOffset, getPhysicalOffsets, getSubElements, replaceSubElement, setData, setPhysicalOffsets, toString, visitDepthPost, visitDepthPost, visitDepthPost, visitDepthPre, visitDepthPre, visitDepthPre
-
Method Details
-
getBitsize
int getBitsize()
-