Class SymTypeOfGenerics

java.lang.Object
de.monticore.types.check.SymTypeExpression
de.monticore.types.check.SymTypeOfGenerics
All Implemented Interfaces:
Comparable<SymTypeExpression>

public class SymTypeOfGenerics extends SymTypeExpression
SymTypeOfGenerics stores any kind of TypeConstructor applied to Arguments, such as Map< int,Person > List<Person>, List< Set< List< a >>>. This subsumes all kinds of generic Types from several of the MC-Type grammars.