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