Package org.pkl.core

Class PType.Function

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

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

      • Function

        public Function​(java.util.List<PType> parameterTypes,
                        PType returnType)
    • Method Detail

      • getParameterTypes

        public java.util.List<PType> getParameterTypes()
      • getReturnType

        public PType getReturnType()