Package org.ek9lang.compiler.phase1
Class GenericConstructorOrError
java.lang.Object
org.ek9lang.compiler.phase1.GenericConstructorOrError
- All Implemented Interfaces:
BiConsumer<IToken,
MethodSymbol>
Checks that a constructor method on a generic aggregate has the same number of
parameters as the types being used in the generic type. This enables type inference.
-
Constructor Details
-
GenericConstructorOrError
GenericConstructorOrError(ErrorListener errorListener)
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceBiConsumer<IToken,
MethodSymbol>
-