Module dev.civl.abc

Interface FloatingValue

All Superinterfaces:
Value
All Known Subinterfaces:
ComplexFloatingValue, RealFloatingValue

public interface FloatingValue extends Value
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the type of this value.

    Methods inherited from interface dev.civl.abc.ast.value.IF.Value

    isScalar, isZero
  • Method Details

    • getType

      FloatingType getType()
      Description copied from interface: Value
      Returns the type of this value.
      Specified by:
      getType in interface Value
      Returns:
      the type of this value