package uebung10.logo; public interface Stmt { public T accept(Visitor visitor); }