- All Superinterfaces:
PatternFolder<R>
- All Known Subinterfaces:
StmtFolder<R>
-
Method Summary
Modifier and TypeMethodDescriptiondefault Rdefault RfoldParamDecl(R acc, @NotNull Expr.Param param) init()default @NotNull kala.value.LazyValue<@Nullable Term>withTermType(Expr.WithTerm term) Methods inherited from interface org.aya.concrete.visitor.PatternFolder
apply, fold, foldVar, foldVarDecl, foldVarRef, lazyType, noType, varType
-
Method Details
-
init
- Specified by:
initin interfacePatternFolder<R>
-
withTermType
@NotNull default @NotNull kala.value.LazyValue<@Nullable Term> withTermType(@NotNull Expr.WithTerm term) -
foldParamDecl
-
fold
-