// the following classes are examples of rewrites that // note boundaries between quoted text and executable text. // These rewrites are necessary only if both the j2jbase layer // and the ast layer are present; they are absent otherwise. public class JakartaSST { public void harvestConstructors( int stage ) { super.harvestConstructors( stage+1 ); } }