public interface

ICConstantFloat64

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

Class Overview

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

Summary

Public Methods
abstract double getFP64Value()
[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 double getFP64Value ()