Uses of Interface
dev.civl.abc.ast.type.IF.FloatingType
Packages that use FloatingType
Package
Description
The ast.type submodule defines the (abstract) types
that can be specified in a program.
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 FloatingType in dev.civl.abc.ast.type.IF
Methods in dev.civl.abc.ast.type.IF that return FloatingTypeModifier and TypeMethodDescriptionTypeFactory.floatingType(FloatingType.FloatKind kind, boolean isReal) Returns the floating point type (real or complex) as specified. -
Uses of FloatingType in dev.civl.abc.ast.value.IF
Methods in dev.civl.abc.ast.value.IF that return FloatingTypeMethods in dev.civl.abc.ast.value.IF with parameters of type FloatingTypeModifier and TypeMethodDescriptionValueFactory.complexFloatingValue(FloatingType type, RealFloatingValue realPart, RealFloatingValue imaginaryPart) ValueFactory.realFloatingValue(FloatingType type, int radix, BigInteger wholePartValue, BigInteger fractionPartValue, int fractionLength, BigInteger exponentValue)