(Node.PageDirective n)
| 64 | } |
| 65 | |
| 66 | @Override |
| 67 | public void visit(Node.PageDirective n) throws JasperException { |
| 68 | printAttributes("<%@ page", n.getAttributes(), "%>"); |
| 69 | } |
| 70 | |
| 71 | @Override |
| 72 | public void visit(Node.TaglibDirective n) throws JasperException { |
nothing calls this directly
no test coverage detected