Class SetupGenericT

java.lang.Object
org.ek9lang.compiler.phase2.SetupGenericT
All Implemented Interfaces:
Consumer<EK9Parser.ParameterisedDetailContext>

final class SetupGenericT extends Object implements Consumer<EK9Parser.ParameterisedDetailContext>
The Generic T used in parametric types will exist but won't have any methods on yet. This is because it is only when we get to this stage can the possible constraining type be resolved. But also need to consider if it is a Function rather than an Aggregate.