模块 org.aya

Record Class ExprResolver

java.lang.Object
java.lang.Record
org.aya.resolve.visitor.ExprResolver
记录组件:
allowedGeneralizes - will be filled with generalized vars if allowGeneralized, and represents the allowed generalized level vars otherwise
所有已实现的接口:
Expr.Visitor<Context,@NotNull Expr>

public record ExprResolver(@NotNull ExprResolver.Options options, @NotNull kala.collection.mutable.MutableMap<GeneralizedVar,Expr.Param> allowedGeneralizes, @NotNull kala.collection.mutable.MutableList<TyckOrder> reference, @NotNull kala.collection.mutable.MutableStack<org.aya.resolve.visitor.ExprResolver.Where> where, @Nullable Consumer<TyckUnit> parentAdd) extends Record implements Expr.Visitor<Context,@NotNull Expr>
Resolves bindings.
另请参阅:
Implementation Requirements:
allowedGeneralizes must be linked map