模块 org.aya
程序包 org.aya.core.def

类 UserDef.Type

所有已实现的接口:
Def, org.aya.util.distill.AyaDocile
直接已知子类:
DataDef, StructDef
封闭类:
UserDef

public abstract static sealed class UserDef.Type extends UserDef permits DataDef, StructDef
  • 字段详细资料

    • resultLevel

      public final int resultLevel
  • 构造器详细资料

    • Type

      protected Type(@NotNull @NotNull kala.collection.immutable.ImmutableSeq<Term.Param> telescope, int resultLevel)