Module aya.base

Interface StmtConsumer

All Superinterfaces:
Consumer<Stmt>, EndoExpr, EndoPattern, Function<Expr,Expr>, UnaryOperator<Expr>
All Known Implementing Classes:
Desugarer

public interface StmtConsumer extends Consumer<Stmt>, EndoExpr
  • Method Details

    • accept

      default void accept(@NotNull @NotNull Stmt stmt)
      Specified by:
      accept in interface Consumer<Stmt>
    • visitTelescopic

      default void visitTelescopic(@NotNull @NotNull TeleDecl<?> telescopic)