模块 org.aya
程序包 org.aya.concrete

接口 Expr.WithTerm

所有超级接口:
org.aya.util.distill.AyaDocile, Expr, org.aya.util.error.SourceNode
所有已知实现类:
Expr.ProjExpr, Expr.RefExpr
封闭接口:
Expr

public static sealed interface Expr.WithTerm extends Expr permits Expr.RefExpr, Expr.ProjExpr