package slangc.bytecode; public interface Visitor { void finish(); }