Class SymTypeExpressionFactory

java.lang.Object
de.monticore.types.check.SymTypeExpressionFactory

public class SymTypeExpressionFactory extends Object
SymTypeExpressionFactory contains static functions that create the various forms of TypeExpressions used for Sym-Types.

This factory therefore should be the only source to create SymTypeExpressions. No other source is needed. (That is ok, as the set of SymTypeExpressions is rather fixed and we do not expect many modular extensions that would be needed. Saying this, we know that potentially union types (A|B) might still be added in the future.)