Uses of Interface
dev.civl.abc.ast.value.IF.RealFloatingValue
Packages that use RealFloatingValue
Package
Description
The ast.value submodule defines classes for representing
constant values that can occur in a program, such as numeric literals,
characters, strings, pointer constants, and so on.
-
Uses of RealFloatingValue in dev.civl.abc.ast.value.IF
Methods in dev.civl.abc.ast.value.IF that return RealFloatingValueModifier and TypeMethodDescriptionComplexFloatingValue.getImaginaryPart()ComplexFloatingValue.getRealPart()ValueFactory.realFloatingValue(FloatingType type, int radix, BigInteger wholePartValue, BigInteger fractionPartValue, int fractionLength, BigInteger exponentValue) Methods in dev.civl.abc.ast.value.IF with parameters of type RealFloatingValueModifier and TypeMethodDescriptionValueFactory.complexFloatingValue(FloatingType type, RealFloatingValue realPart, RealFloatingValue imaginaryPart)