模块 aya.base

类 TeleDecl.PrimDecl

所有已实现的接口:
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.PrimDecl extends TeleDecl
另请参阅:
Implementation Requirements:
the result field of TeleDecl.PrimDecl might be Expr.ErrorExpr, which means it's unspecified in the concrete syntax.
  • 字段详细资料

  • 构造器详细资料

    • PrimDecl

      public PrimDecl(@NotNull @NotNull org.aya.util.error.SourcePos sourcePos, @NotNull @NotNull org.aya.util.error.SourcePos entireSourcePos, @NotNull @NotNull String name, @NotNull @NotNull kala.collection.immutable.ImmutableSeq<Expr.Param> telescope, @NotNull @NotNull Expr result)
  • 方法详细资料