- 所有已实现的接口:
Def,GenericDef,AyaDocile
public abstract static sealed class UserDef.Type
extends UserDef<FormTerm.Sort>
permits DataDef, StructDef
-
嵌套类概要
从类继承的嵌套类/接口 org.aya.core.def.UserDef
UserDef.Type从接口继承的嵌套类/接口 org.aya.core.def.Def
Def.Signature -
字段概要
从类继承的字段 org.aya.core.def.TopLevelDef
result, telescope -
构造器概要
构造器限定符构造器说明protectedType(@NotNull kala.collection.immutable.ImmutableSeq<Term.Param> telescope, FormTerm.Sort result) -
方法概要
从类继承的方法 org.aya.core.def.TopLevelDef
result, telescope从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.aya.generic.AyaDocile
debuggerOnlyToDoc
-
构造器详细资料
-
Type
protected Type(@NotNull @NotNull kala.collection.immutable.ImmutableSeq<Term.Param> telescope, FormTerm.Sort result)
-