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

Method accept

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

Source from the content-addressed store, hash-verified

701 }
702
703 @Override
704 public void accept(Visitor v) throws JasperException {
705 v.visit(this);
706 }
707
708 /**
709 * Parses the comma-separated list of class or package names in the given attribute value and adds each

Callers

nothing calls this directly

Calls 1

visitMethod · 0.65

Tested by

no test coverage detected