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