java.lang.Object
dev.civl.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 ConversionFactorynewConversionFactory(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:
typeFactory- a type factoryconfig- the configuration of the translation task- Returns:
- the new conversion factory
-