Package org.pkl.core
Class PType
- java.lang.Object
-
- org.pkl.core.PType
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
PType.Alias,PType.Class,PType.Constrained,PType.Function,PType.Nullable,PType.StringLiteral,PType.TypeVariable,PType.Union
public abstract class PType extends java.lang.Object implements java.io.SerializableA Pkl type as used in type annotations.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPType.Aliasstatic classPType.Classstatic classPType.Constrainedstatic classPType.Functionstatic classPType.Nullablestatic classPType.StringLiteralstatic classPType.TypeVariablestatic classPType.Union
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<PType>getTypeArguments()
-
-
-
Method Detail
-
getTypeArguments
public java.util.List<PType> getTypeArguments()
-
-