模块 org.aya

类 Decl.DataDecl

所有已实现的接口:
Stmt, TyckUnit, org.aya.util.binop.OpDecl, org.aya.util.distill.AyaDocile, org.aya.util.error.SourceNode
封闭类:
Decl

public static final class Decl.DataDecl extends Decl
Concrete data definition
另请参阅:
  • 字段详细资料

    • ref

      @NotNull public final @NotNull DefVar<DataDef,Decl.DataDecl> ref
    • body

      @NotNull public final @NotNull kala.collection.immutable.ImmutableSeq<Decl.DataCtor> body
    • checkedBody

      @NotNull public final @NotNull kala.collection.mutable.MutableList<@NotNull CtorDef> checkedBody
      Yet type-checked constructors
    • ulift

      public int 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<Decl.DataCtor> body, @NotNull @NotNull BindBlock bindBlock, @NotNull Decl.Personality personality)
  • 方法详细资料