Package org.pkl.core
Class PType.Alias
java.lang.Object
org.pkl.core.PType
org.pkl.core.PType.Alias
- All Implemented Interfaces:
Serializable
- Enclosing class:
- PType
- See Also:
-
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 -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the aliased type, namelygetTypeAlias().getAliasedType()with type arguments substituted for type variables.
-
Constructor Details
-
Alias
-
Alias
-
-
Method Details
-
getTypeAlias
-
getTypeArguments
- Overrides:
getTypeArgumentsin classPType
-
getAliasedType
Returns the aliased type, namelygetTypeAlias().getAliasedType()with type arguments substituted for type variables.
-