Uses of Interface
dev.civl.abc.ast.value.IF.ValueFactory
Packages that use ValueFactory
Package
Description
Submodule ast.node defines every kind of
node in an AST.
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 ValueFactory in dev.civl.abc.ast.node.IF
Methods in dev.civl.abc.ast.node.IF that return ValueFactoryModifier and TypeMethodDescriptionNodeFactory.getValueFactory()Returns the value factory associated to this node factory.Methods in dev.civl.abc.ast.node.IF with parameters of type ValueFactoryModifier and TypeMethodDescriptionstatic NodeFactoryNodes.newNodeFactory(Configuration configuration, TypeFactory typeFactory, ValueFactory valueFactory) Create a new node factory that uses the given type factory and the given value factory. -
Uses of ValueFactory in dev.civl.abc.ast.value.IF
Methods in dev.civl.abc.ast.value.IF that return ValueFactoryModifier and TypeMethodDescriptionstatic ValueFactoryValues.newValueFactory(Configuration configuration, TypeFactory typeFactory)