Package org.ek9lang.compiler.phase2
Class SetupGenericT
java.lang.Object
org.ek9lang.compiler.phase2.SetupGenericT
- All Implemented Interfaces:
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.
-
Constructor Summary
ConstructorsConstructorDescriptionSetupGenericT
(SymbolsAndScopes symbolsAndScopes, AggregateFactory aggregateFactory, ErrorListener errorListener) -
Method Summary
-
Constructor Details
-
SetupGenericT
SetupGenericT(SymbolsAndScopes symbolsAndScopes, AggregateFactory aggregateFactory, ErrorListener errorListener)
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceConsumer<EK9Parser.ParameterisedDetailContext>
-