Package org.pkl.core

Class PType

    • Field Detail

      • UNKNOWN

        public static final PType UNKNOWN
        The `unknown` type. Omitting a type annotation is equivalent to stating this type.
      • NOTHING

        public static final PType NOTHING
        The bottom type.
      • MODULE

        public static final PType MODULE
        The type of the enclosing module.
    • Method Detail

      • getTypeArguments

        public java.util.List<PType> getTypeArguments()