Class GenericConstructorOrError

java.lang.Object
org.ek9lang.compiler.phase1.GenericConstructorOrError
All Implemented Interfaces:
BiConsumer<IToken,MethodSymbol>

final class GenericConstructorOrError extends Object implements 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.