Package com.exedio.cope
Class TypeSet
- java.lang.Object
-
- com.exedio.cope.TypeSet
-
public final class TypeSet extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Type<?>>
getExplicitTypes()
Returns the explicit types of thisTypeSet
.
-
-
-
Constructor Detail
-
TypeSet
public TypeSet(Type<?>... explicitTypes)
-
-
Method Detail
-
getExplicitTypes
public List<Type<?>> getExplicitTypes()
Returns the explicit types of thisTypeSet
. This is the list of types fed intothe constructor
. It does not include types created by patterns of explicit types.
-
-