MCPcopy Create free account
hub / github.com/apache/tomcat / visit

Method visit

test/org/apache/jasper/compiler/Dumper.java:66–69  ·  view source on GitHub ↗
(Node.PageDirective n)

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 6

printAttributesMethod · 0.95
dumpBodyMethod · 0.95
printStringMethod · 0.95
getAttributesMethod · 0.65
getTextMethod · 0.45
getQNameMethod · 0.45

Tested by

no test coverage detected