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

Method visit

java/org/apache/jasper/compiler/SmapUtil.java:476–479  ·  view source on GitHub ↗
(Node.Declaration n)

Source from the content-addressed store, hash-verified

474 }
475
476 @Override
477 public void visit(Node.Declaration n) throws JasperException {
478 doSmapText(n);
479 }
480
481 @Override
482 public void visit(Node.Expression n) throws JasperException {

Callers

nothing calls this directly

Calls 11

doSmapTextMethod · 0.95
doSmapMethod · 0.95
visitBodyMethod · 0.95
getFileMethod · 0.95
getLineNumberMethod · 0.95
addFileMethod · 0.80
unqualifyMethod · 0.80
getBeginJavaLineMethod · 0.80
addLineDataMethod · 0.80
getExtraSmapMethod · 0.80
getStartMethod · 0.45

Tested by

no test coverage detected