Package org.pkl.core
Class PType.Function
- java.lang.Object
-
- org.pkl.core.PType
-
- org.pkl.core.PType.Function
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- PType
public static final class PType.Function 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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<PType>getParameterTypes()PTypegetReturnType()-
Methods inherited from class org.pkl.core.PType
getTypeArguments
-
-