Uses of Interface
dev.civl.abc.ast.node.IF.expression.FloatingConstantNode
Packages that use FloatingConstantNode
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.
-
Uses of FloatingConstantNode in dev.civl.abc.ast.node.IF
Methods in dev.civl.abc.ast.node.IF that return FloatingConstantNodeModifier and TypeMethodDescriptionNodeFactory.newFloatingConstantNode(Source source, String representation) Constructs a new floating constant node.NodeFactory.newFloatingConstantNode(Source source, String representation, String wholePart, String fractionPart, String exponent, FloatingValue value) Constructs a new floating constant node. -
Uses of FloatingConstantNode in dev.civl.abc.ast.node.IF.expression
Methods in dev.civl.abc.ast.node.IF.expression that return FloatingConstantNode