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 Summary

    Modifier and Type
    Method
    Description
    default void
    accept(@NotNull Stmt stmt)
     

    Methods inherited from interface java.util.function.Consumer

    andThen

    Methods inherited from interface org.aya.concrete.visitor.EndoExpr

    apply, post, pre

    Methods inherited from interface org.aya.concrete.visitor.EndoPattern

    apply, post, pre

    Methods inherited from interface java.util.function.Function

    andThen, compose
  • Method Details

    • accept

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