Package org.pkl.core

Class PType.Function

java.lang.Object
org.pkl.core.PType
org.pkl.core.PType.Function
All Implemented Interfaces:
Serializable
Enclosing class:
PType

public static final class PType.Function extends PType
See Also:
  • Constructor Details

    • Function

      public Function(List<PType> parameterTypes, PType returnType)
  • Method Details

    • getParameterTypes

      public List<PType> getParameterTypes()
    • getReturnType

      public PType getReturnType()