Interface ICConstantFloat<T>

Type Parameters:
T -
All Superinterfaces:
ICConstant<T>, ICElement, ICExpression
All Known Subinterfaces:
ICConstantFloat32, ICConstantFloat64

@Ser public interface ICConstantFloat<T> extends ICConstant<T>
Generic C AST interface used to represent float literals.
  • Method Details

    • getBitsize

      int getBitsize()