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

public static final class PType.Alias extends PType
See Also:
  • Constructor Details

  • Method Details

    • getTypeAlias

      public TypeAlias getTypeAlias()
    • getTypeArguments

      public List<PType> getTypeArguments()
      Overrides:
      getTypeArguments in class PType
    • getAliasedType

      public PType getAliasedType()
      Returns the aliased type, namely getTypeAlias().getAliasedType() with type arguments substituted for type variables.