public interface

ICConstantFloat32

implements ICConstantFloat<T>
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICConstantFloat32

Class Overview

C AST interface used to represent single-precision float literals.

Summary

Public Methods
abstract float getFP32Value()
[Expand]
Inherited Methods
From interface com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICConstant
From interface com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICConstantFloat
From interface com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICElement
From interface com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICExpression

Public Methods

public abstract float getFP32Value ()