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

Method visit

java/org/apache/jasper/compiler/ELParser.java:552–558  ·  view source on GitHub ↗
(Root n)

Source from the content-addressed store, hash-verified

550 }
551
552 @Override
553 public void visit(Root n) throws JasperException {
554 output.append(n.getType());
555 output.append('{');
556 n.getExpression().visit(this);
557 output.append('}');
558 }
559
560 @Override
561 public void visit(Function n) throws JasperException {

Callers

nothing calls this directly

Calls 8

getOriginalTextMethod · 0.80
escapeELTextMethod · 0.80
getTypeMethod · 0.65
visitMethod · 0.65
appendMethod · 0.45
getExpressionMethod · 0.45
getTextMethod · 0.45

Tested by

no test coverage detected