Uses of Interface
dev.civl.abc.ast.value.IF.FloatingValue
Packages that use FloatingValue
Package
Description
Submodule ast.node defines every kind of
node in an AST.
The ast.node.expression submodule defines AST nodes
for representing expressions 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 FloatingValue in dev.civl.abc.ast.node.IF
Methods in dev.civl.abc.ast.node.IF with parameters of type FloatingValueModifier and TypeMethodDescriptionNodeFactory.newFloatingConstantNode(Source source, String representation, String wholePart, String fractionPart, String exponent, FloatingValue value) Constructs a new floating constant node. -
Uses of FloatingValue in dev.civl.abc.ast.node.IF.expression
Methods in dev.civl.abc.ast.node.IF.expression that return FloatingValueModifier and TypeMethodDescriptionFloatingConstantNode.getConstantValue()Returns the floating (real or complex) value obtained by interpreting the representation of the constant. -
Uses of FloatingValue in dev.civl.abc.ast.value.IF
Subinterfaces of FloatingValue in dev.civl.abc.ast.value.IF