java.lang.Object
org.aya.util.binop.BinOpParser<AyaBinOpSet,Expr,Expr.NamedArg>
org.aya.concrete.desugar.BinExprParser
public final class BinExprParser
extends org.aya.util.binop.BinOpParser<AyaBinOpSet,Expr,Expr.NamedArg>
-
嵌套类概要
从类继承的嵌套类/接口 org.aya.util.binop.BinOpParser
org.aya.util.binop.BinOpParser.Elem<Expr extends org.aya.util.error.SourceNode> -
字段概要
从类继承的字段 org.aya.util.binop.BinOpParser
opSet -
构造器概要
构造器构造器说明BinExprParser(@NotNull ResolveInfo resolveInfo, @NotNull kala.collection.SeqView<@NotNull Expr.NamedArg> seq) -
方法概要
修饰符和类型方法说明protected Expr.NamedArgappOp()protected @NotNull ExprcreateErrorExpr(@NotNull org.aya.util.error.SourcePos sourcePos) protected Expr.NamedArgmakeArg(@NotNull org.aya.util.error.SourcePos pos, @NotNull Expr func, @NotNull Expr.NamedArg arg, boolean explicit) makeSectionApp(@NotNull org.aya.util.error.SourcePos pos, @NotNull Expr.NamedArg op, @NotNull Function<Expr.NamedArg, Expr> lamBody) protected @NotNull org.aya.util.binop.BinOpParser<AyaBinOpSet,Expr, Expr.NamedArg> replicate(@NotNull kala.collection.SeqView<@NotNull Expr.NamedArg> seq) protected voidreportAmbiguousPred(String op1, String op2, org.aya.util.error.SourcePos pos) protected voidreportFixityError(org.aya.util.binop.Assoc top, org.aya.util.binop.Assoc current, String topOp, String currentOp, org.aya.util.error.SourcePos pos) protected @Nullable org.aya.util.binop.OpDecl从类继承的方法 org.aya.util.binop.BinOpParser
build, isOperand, toSetElem
-
构造器详细资料
-
BinExprParser
public BinExprParser(@NotNull @NotNull ResolveInfo resolveInfo, @NotNull @NotNull kala.collection.SeqView<@NotNull Expr.NamedArg> seq)
-
-
方法详细资料
-
appOp
- 指定者:
appOp在类中org.aya.util.binop.BinOpParser<AyaBinOpSet,Expr, Expr.NamedArg>
-
replicate
@NotNull protected @NotNull org.aya.util.binop.BinOpParser<AyaBinOpSet,Expr, replicateExpr.NamedArg> (@NotNull @NotNull kala.collection.SeqView<@NotNull Expr.NamedArg> seq) - 指定者:
replicate在类中org.aya.util.binop.BinOpParser<AyaBinOpSet,Expr, Expr.NamedArg>
-
reportAmbiguousPred
- 指定者:
reportAmbiguousPred在类中org.aya.util.binop.BinOpParser<AyaBinOpSet,Expr, Expr.NamedArg>
-
createErrorExpr
@NotNull protected @NotNull Expr createErrorExpr(@NotNull @NotNull org.aya.util.error.SourcePos sourcePos) - 指定者:
createErrorExpr在类中org.aya.util.binop.BinOpParser<AyaBinOpSet,Expr, Expr.NamedArg>
-
reportFixityError
protected void reportFixityError(org.aya.util.binop.Assoc top, org.aya.util.binop.Assoc current, String topOp, String currentOp, org.aya.util.error.SourcePos pos) - 指定者:
reportFixityError在类中org.aya.util.binop.BinOpParser<AyaBinOpSet,Expr, Expr.NamedArg>
-
underlyingOpDecl
@Nullable protected @Nullable org.aya.util.binop.OpDecl underlyingOpDecl(@NotNull Expr.NamedArg elem) - 指定者:
underlyingOpDecl在类中org.aya.util.binop.BinOpParser<AyaBinOpSet,Expr, Expr.NamedArg>
-
makeArg
@NotNull protected Expr.NamedArg makeArg(@NotNull @NotNull org.aya.util.error.SourcePos pos, @NotNull @NotNull Expr func, @NotNull Expr.NamedArg arg, boolean explicit) - 指定者:
makeArg在类中org.aya.util.binop.BinOpParser<AyaBinOpSet,Expr, Expr.NamedArg>
-
makeSectionApp
@NotNull public Expr.NamedArg makeSectionApp(@NotNull @NotNull org.aya.util.error.SourcePos pos, @NotNull Expr.NamedArg op, @NotNull @NotNull Function<Expr.NamedArg, Expr> lamBody) - 指定者:
makeSectionApp在类中org.aya.util.binop.BinOpParser<AyaBinOpSet,Expr, Expr.NamedArg>
-