Class TypeSet

java.lang.Object
com.exedio.cope.TypeSet

public final class TypeSet extends Object
  • Constructor Details

    • TypeSet

      public TypeSet(Type<?>... explicitTypes)
  • Method Details

    • getExplicitTypes

      public List<Type<?>> getExplicitTypes()
      Returns the explicit types of this TypeSet. This is the list of types fed into the constructor. It does not include types created by patterns of explicit types.