Package org.pkl.core
Class PType.Class
- java.lang.Object
-
- org.pkl.core.PType
-
- org.pkl.core.PType.Class
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- PType
public static final class PType.Class 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 PClassgetPClass()java.util.List<PType>getTypeArguments()
-
-
-
Method Detail
-
getPClass
public PClass getPClass()
-
getTypeArguments
public java.util.List<PType> getTypeArguments()
- Overrides:
getTypeArgumentsin classPType
-
-