Uses of Interface
dev.civl.abc.ast.value.IF.ComplexFloatingValue
Packages that use ComplexFloatingValue
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 ComplexFloatingValue in dev.civl.abc.ast.value.IF
Methods in dev.civl.abc.ast.value.IF that return ComplexFloatingValueModifier and TypeMethodDescriptionValueFactory.complexFloatingValue(FloatingType type, RealFloatingValue realPart, RealFloatingValue imaginaryPart)