模块 org.aya

接口 StmtConsumer<P>

所有超级接口:
Decl.Visitor<P,kala.tuple.Unit>, Expr.Visitor<P,kala.tuple.Unit>, ExprConsumer<P>, Stmt.Visitor<P,kala.tuple.Unit>

public interface StmtConsumer<P> extends Stmt.Visitor<P,kala.tuple.Unit>, ExprConsumer<P>