Class Conversions
java.lang.Object
edu.udel.cis.vsl.abc.ast.conversion.IF.Conversions
Factory class providing static method to produce a
ConversionFactory
.
The conversion factory can be used to produce any number of conversion
objects.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ConversionFactory
newConversionFactory
(TypeFactory typeFactory) Produce a new conversion factory which uses the given type factory.
-
Constructor Details
-
Conversions
public Conversions()
-
-
Method Details
-
newConversionFactory
Produce a new conversion factory which uses the given type factory.- Parameters:
config
- the configuration of the translation tasktypeFactory
- a type factory- Returns:
- the new conversion factory
-