package net.sf.jasperreports.engine; public interface JRVisitable { void visit(JRVisitor paramJRVisitor); }