Package org.ek9lang.compiler.support
Class SameGenericConceptualParameters
java.lang.Object
org.ek9lang.compiler.support.SameGenericConceptualParameters
- All Implemented Interfaces:
BiPredicate<ISymbol,
List<ISymbol>>
Checks to see if the type parameters are the same as the generic arguments.
i.e. are they all still conceptual and constrained in the same way.
If this is the case - then we are not really parameterising anything.
-
Constructor Details
-
SameGenericConceptualParameters
SameGenericConceptualParameters()
-
-
Method Details
-
test
- Specified by:
test
in interfaceBiPredicate<ISymbol,
List<ISymbol>>
-