-
Method Summary
-
Method Details
-
foldModuleDecl
@NotNull
default R foldModuleDecl(@NotNull
R acc,
@NotNull
@NotNull org.aya.util.error.SourcePos pos,
@NotNull
@NotNull ModuleName path)
-
foldModuleRef
@NotNull
default R foldModuleRef(@NotNull
R acc,
@NotNull
@NotNull org.aya.util.error.SourcePos pos,
@NotNull
@NotNull ModuleName path)
-
fold
@NotNull
default R fold(@NotNull
R acc,
@NotNull
@NotNull BindBlock bb)
-
fold
@MustBeInvokedByOverriders
@NotNull
default R fold(@NotNull
R acc,
@NotNull
@NotNull Stmt stmt)
-