MCPcopy Create free account
hub / github.com/apache/tomcat / dump

Method dump

test/org/apache/jasper/compiler/Dumper.java:188–194  ·  view source on GitHub ↗
(Node n)

Source from the content-addressed store, hash-verified

186 }
187
188 public static void dump(Node n) {
189 try {
190 n.accept(new DumpVisitor());
191 } catch (JasperException e) {
192 e.printStackTrace();
193 }
194 }
195
196 public static void dump(Node.Nodes page) {
197 try {

Callers

nothing calls this directly

Calls 3

acceptMethod · 0.65
printStackTraceMethod · 0.65
visitMethod · 0.65

Tested by

no test coverage detected