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

Method visit

java/org/apache/jasper/compiler/Node.java:2875–2878  ·  view source on GitHub ↗

Visits a root node. @param n The root node to visit @throws JasperException if an error occurs while visiting the node

(Root n)

Source from the content-addressed store, hash-verified

2873 * @throws JasperException if an error occurs while visiting the node
2874 */
2875 public void visit(Root n) throws JasperException {
2876 doVisit(n);
2877 visitBody(n);
2878 }
2879
2880 /**
2881 * Visits a JSP root node.

Callers

nothing calls this directly

Calls 2

doVisitMethod · 0.95
visitBodyMethod · 0.95

Tested by

no test coverage detected