MCPcopy Index your code
hub / github.com/apache/tomcat / accept

Method accept

java/org/apache/jasper/compiler/Node.java:549–552  ·  view source on GitHub ↗
(Visitor v)

Source from the content-addressed store, hash-verified

547 }
548
549 @Override
550 public void accept(Visitor v) throws JasperException {
551 v.visit(this);
552 }
553
554 /**
555 * Returns whether this JSP page uses XML syntax.

Callers

nothing calls this directly

Calls 1

visitMethod · 0.65

Tested by

no test coverage detected