(Compiler compiler, Node.Nodes page)
| 184 | |
| 185 | |
| 186 | public static void collect(Compiler compiler, Node.Nodes page) throws JasperException { |
| 187 | |
| 188 | CollectVisitor collectVisitor = new CollectVisitor(); |
| 189 | page.visit(collectVisitor); |
| 190 | collectVisitor.updatePageInfo(compiler.getPageInfo()); |
| 191 | |
| 192 | } |
| 193 | } |
| 194 |
no test coverage detected