package net.sf.jasperreports.engine; public interface JRChild extends JRVisitable, JRCloneable { Object clone(JRElementGroup paramJRElementGroup); }