public interface

ICConstantFloat

implements ICConstant<T>
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICConstantFloat<T>
Known Indirect Subclasses

Class Overview

Generic C AST interface used to represent float literals.

Summary

Public Methods
abstract int getBitsize()
[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.ICElement
From interface com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICExpression

Public Methods

public abstract int getBitsize ()