Class MCCollectionSymTypeFactory
java.lang.Object
de.monticore.types.mccollectiontypes.types3.util.MCCollectionSymTypeFactory
Factory for MCCollectionTypes
(ONLY) convenience methods for
SymTypeExpressionFactory-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static SymTypeOfGenericscreateCollectionType(String unboxedName, String boxedName, SymTypeExpression... innerTypes) static SymTypeOfGenericscreateList(SymTypeExpression innerType) static SymTypeOfGenericscreateMap(SymTypeExpression keyType, SymTypeExpression valueType) static SymTypeOfGenericscreateOptional(SymTypeExpression innerType) static SymTypeOfGenericscreateSet(SymTypeExpression innerType)
-
Constructor Details
-
MCCollectionSymTypeFactory
public MCCollectionSymTypeFactory()
-
-
Method Details
-
createList
-
createSet
-
createOptional
-
createMap
-
createCollectionType
protected static SymTypeOfGenerics createCollectionType(String unboxedName, String boxedName, SymTypeExpression... innerTypes)
-