模块 aya.base

类 TeleDecl.StructField

java.lang.Object
org.aya.concrete.stmt.CommonDecl
org.aya.concrete.stmt.TeleDecl.StructField
所有已实现的接口:
Decl, Decl.Resulted, Decl.Telescopic, Stmt, AyaDocile, TyckUnit, org.aya.util.binop.OpDecl, org.aya.util.error.SourceNode
封闭类:
TeleDecl

public static final class TeleDecl.StructField extends CommonDecl implements Decl.Telescopic, Decl.Resulted
  • 字段详细资料

  • 构造器详细资料

    • StructField

      public StructField(@NotNull @NotNull org.aya.util.error.SourcePos sourcePos, @NotNull @NotNull org.aya.util.error.SourcePos entireSourcePos, @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.control.Option<Expr> body, boolean coerce, @NotNull @NotNull BindBlock bindBlock)
  • 方法详细资料