Uses of Enum Class
dev.civl.abc.ast.type.IF.FloatingType.FloatKind
Packages that use FloatingType.FloatKind
Package
Description
The ast.type submodule defines the (abstract) types
that can be specified in a program.
-
Uses of FloatingType.FloatKind in dev.civl.abc.ast.type.IF
Methods in dev.civl.abc.ast.type.IF that return FloatingType.FloatKindModifier and TypeMethodDescriptionFloatingType.getFloatKind()The kind of floating type (float, double, or long double).static FloatingType.FloatKindReturns the enum constant of this class with the specified name.static FloatingType.FloatKind[]FloatingType.FloatKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.civl.abc.ast.type.IF with parameters of type FloatingType.FloatKindModifier and TypeMethodDescriptionTypeFactory.floatingType(FloatingType.FloatKind kind, boolean isReal) Returns the floating point type (real or complex) as specified.