java.lang.Object
org.aya.concrete.stmt.CommonDecl
org.aya.concrete.stmt.TeleDecl
org.aya.concrete.stmt.TeleDecl.DataDecl
- 所有已实现的接口:
Decl,Decl.Resulted,Decl.Telescopic,Decl.TopLevel,Stmt,AyaDocile,TyckUnit,org.aya.util.binop.OpDecl,org.aya.util.error.SourceNode
- 封闭类:
TeleDecl
Concrete data definition
- 另请参阅:
-
嵌套类概要
从类继承的嵌套类/接口 org.aya.concrete.stmt.TeleDecl
TeleDecl.DataCtor, TeleDecl.DataDecl, TeleDecl.FnDecl, TeleDecl.PrimDecl, TeleDecl.StructDecl, TeleDecl.StructField从接口继承的嵌套类/接口 org.aya.concrete.stmt.Decl
Decl.Personality, Decl.Resulted, Decl.Telescopic, Decl.TopLevel从接口继承的嵌套类/接口 org.aya.util.binop.OpDecl
org.aya.util.binop.OpDecl.BindPred, org.aya.util.binop.OpDecl.OpInfo从接口继承的嵌套类/接口 org.aya.concrete.stmt.Stmt
Stmt.Accessibility -
字段概要
字段修饰符和类型字段说明final @NotNull kala.collection.immutable.ImmutableSeq<TeleDecl.DataCtor>final @NotNull kala.collection.mutable.MutableList<@NotNull CtorDef>Yet type-checked constructorsfinal @NotNull DefVar<DataDef,TeleDecl.DataDecl> 从类继承的字段 org.aya.concrete.stmt.CommonDecl
accessibility, bindBlock, entireSourcePos, opInfo, sourcePos从接口继承的字段 org.aya.util.binop.OpDecl
APPLICATION -
构造器概要
构造器构造器说明DataDecl(@NotNull org.aya.util.error.SourcePos sourcePos, @NotNull org.aya.util.error.SourcePos entireSourcePos, @NotNull Stmt.Accessibility accessibility, @Nullable org.aya.util.binop.OpDecl.OpInfo opInfo, @NotNull String name, @NotNull kala.collection.immutable.ImmutableSeq<Expr.Param> telescope, @NotNull Expr result, @NotNull kala.collection.immutable.ImmutableSeq<TeleDecl.DataCtor> body, @NotNull BindBlock bindBlock, Decl.Personality personality) -
方法概要
从类继承的方法 org.aya.concrete.stmt.TeleDecl
getCtx, personality, result, setCtx, setResult, setSignature, setTelescope, signature, telescope从类继承的方法 org.aya.concrete.stmt.CommonDecl
accessibility, bindBlock, entireSourcePos, opInfo, sourcePos, toString从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait从接口继承的方法 org.aya.generic.AyaDocile
debuggerOnlyToDoc
-
字段详细资料
-
ref
-
body
-
checkedBody
Yet type-checked constructors -
ulift
-
-
构造器详细资料
-
DataDecl
public DataDecl(@NotNull @NotNull org.aya.util.error.SourcePos sourcePos, @NotNull @NotNull org.aya.util.error.SourcePos entireSourcePos, @NotNull @NotNull Stmt.Accessibility accessibility, @Nullable @Nullable org.aya.util.binop.OpDecl.OpInfo opInfo, @NotNull @NotNull String name, @NotNull @NotNull kala.collection.immutable.ImmutableSeq<Expr.Param> telescope, @NotNull @NotNull Expr result, @NotNull @NotNull kala.collection.immutable.ImmutableSeq<TeleDecl.DataCtor> body, @NotNull @NotNull BindBlock bindBlock, @NotNull Decl.Personality personality)
-
-
方法详细资料