Class MCCollectionSymTypeFactory
- java.lang.Object
-
- de.monticore.types.mccollectiontypes.types3.util.MCCollectionSymTypeFactory
-
public class MCCollectionSymTypeFactory extends java.lang.ObjectFactory for MCCollectionTypes (ONLY) convenience methods forSymTypeExpressionFactory
-
-
Constructor Summary
Constructors Constructor Description MCCollectionSymTypeFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static SymTypeOfGenericscreateCollectionType(java.lang.String unboxedName, java.lang.String boxedName, SymTypeExpression... innerTypes)static SymTypeOfGenericscreateList(SymTypeExpression innerType)static SymTypeOfGenericscreateMap(SymTypeExpression keyType, SymTypeExpression valueType)static SymTypeOfGenericscreateOptional(SymTypeExpression innerType)static SymTypeOfGenericscreateSet(SymTypeExpression innerType)
-
-
-
Method Detail
-
createList
public static SymTypeOfGenerics createList(SymTypeExpression innerType)
-
createSet
public static SymTypeOfGenerics createSet(SymTypeExpression innerType)
-
createOptional
public static SymTypeOfGenerics createOptional(SymTypeExpression innerType)
-
createMap
public static SymTypeOfGenerics createMap(SymTypeExpression keyType, SymTypeExpression valueType)
-
createCollectionType
protected static SymTypeOfGenerics createCollectionType(java.lang.String unboxedName, java.lang.String boxedName, SymTypeExpression... innerTypes)
-
-