模块 aya.base

类 TeleDecl.FnDecl

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

public static final class TeleDecl.FnDecl extends TeleDecl
Concrete function definition
另请参阅:
  • 字段详细资料

  • 构造器详细资料

    • FnDecl

      public FnDecl(@NotNull @NotNull org.aya.util.error.SourcePos sourcePos, @NotNull @NotNull org.aya.util.error.SourcePos entireSourcePos, @NotNull @NotNull Stmt.Accessibility accessibility, @NotNull @NotNull EnumSet<Modifier> modifiers, @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.control.Either<Expr,kala.collection.immutable.ImmutableSeq<Pattern.Clause>> body, @NotNull @NotNull BindBlock bindBlock, @NotNull Decl.Personality personality)
  • 方法详细资料