Package org.pkl.core
Class PType.Constrained
- java.lang.Object
-
- org.pkl.core.PType
-
- org.pkl.core.PType.Constrained
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- PType
public static final class PType.Constrained extends PType
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.pkl.core.PType
PType.Alias, PType.Class, PType.Constrained, PType.Function, PType.Nullable, PType.StringLiteral, PType.TypeVariable, PType.Union
-
-
Constructor Summary
Constructors Constructor Description Constrained(PType baseType, java.util.List<java.lang.String> constraints)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PTypegetBaseType()java.util.List<java.lang.String>getConstraints()-
Methods inherited from class org.pkl.core.PType
getTypeArguments
-
-