Package org.ek9lang.compiler.support
Class ParameterizationComplete
java.lang.Object
org.ek9lang.compiler.support.ParameterizationComplete
- All Implemented Interfaces:
Predicate<GenericInGenericData>
Given a parent and a dependent generic type, check that all parameters have been provided with suitable
arguments, so that the Parameterized type can be used.
Note that the parent is provided so that any conceptual arguments can be checked against those in the parent.
-
Constructor Details
-
ParameterizationComplete
public ParameterizationComplete()
-
-
Method Details
-
test
- Specified by:
test
in interfacePredicate<GenericInGenericData>
-