Package org.pkl.core
Class PType.TypeVariable
- java.lang.Object
-
- org.pkl.core.PType
-
- org.pkl.core.PType.TypeVariable
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- PType
public static final class PType.TypeVariable 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
-
-
Constructor Summary
Constructors Constructor Description TypeVariable(TypeParameter typeParameter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()TypeParametergetTypeParameter()-
Methods inherited from class org.pkl.core.PType
getTypeArguments
-
-
-
-
Constructor Detail
-
TypeVariable
public TypeVariable(TypeParameter typeParameter)
-
-
Method Detail
-
getName
public java.lang.String getName()
-
getTypeParameter
public TypeParameter getTypeParameter()
-
-