java.lang.Object
dev.civl.abc.ast.node.IF.Nodes
A factory class providing a static method to produce a new
NodeFactory.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NodeFactorynewNodeFactory(Configuration configuration, TypeFactory typeFactory, ValueFactory valueFactory) Create a new node factory that uses the given type factory and the given value factory.
-
Constructor Details
-
Nodes
public Nodes()
-
-
Method Details
-
newNodeFactory
public static NodeFactory newNodeFactory(Configuration configuration, TypeFactory typeFactory, ValueFactory valueFactory) Create a new node factory that uses the given type factory and the given value factory.- Parameters:
configuration- the configuration associated with this translation tasktypeFactory- the factory for producing typesvalueFactory- the factory for producing values (constants)- Returns:
- the new node factory
-