| java.lang.Object mlsub.typing.Enumeration
Enumeration | public class Enumeration (Code) | | Enumeration of the type constructors in a domain.
version: $Date: 2005/05/26 15:25:53 $ author: Daniel Bonniot |
Field Summary | |
public static boolean | linkDbg |
Method Summary | |
public static List | enumerate(Constraint cst, Element[] tags, boolean[] all) Enumerate all the tuples of tags in a Domain
If all[i] is false, we are not interested in getting all solutions
for position i, only one witness is enough.
a List of TypeConstructor[]an element of an array is set to nullif it cannot be matched (e.g. |
linkDbg | public static boolean linkDbg(Code) | | |
enumerate | public static List enumerate(Constraint cst, Element[] tags, boolean[] all)(Code) | | Enumerate all the tuples of tags in a Domain
If all[i] is false, we are not interested in getting all solutions
for position i, only one witness is enough.
a List of TypeConstructor[]an element of an array is set to nullif it cannot be matched (e.g. a function type) |
|
|