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

Method accept

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

Source from the content-addressed store, hash-verified

678 }
679
680 @Override
681 public void accept(Visitor v) throws JasperException {
682 v.visit(this);
683 }
684 }
685
686 /**

Callers

nothing calls this directly

Calls 1

visitMethod · 0.65

Tested by

no test coverage detected