模块 aya.base
程序包 org.aya.generic

接口 Shaped<T>

所有已知子接口:
Shaped.Inductively<T>
所有已知实现类:
LitTerm.ShapedInt, Pat.ShapedInt

public interface Shaped<T>
  • 方法详细资料

    • shape

      @NotNull @NotNull AyaShape shape()
    • type

      @NotNull @NotNull Term type()
    • constructorForm

      @NotNull T constructorForm(@Nullable @Nullable TyckState state)
    • constructorForm

      @NotNull default T constructorForm()