package synthesijer.ast; public interface SynthesijerMethodVisitor { public void visitMethod(Method o); }