Package org.pkl.core

Class PType.Constrained

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    PType

    public static final class PType.Constrained
    extends PType
    See Also:
    Serialized Form
    • Constructor Detail

      • Constrained

        public Constrained​(PType baseType,
                           java.util.List<java.lang.String> constraints)
    • Method Detail

      • getBaseType

        public PType getBaseType()
      • getConstraints

        public java.util.List<java.lang.String> getConstraints()