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

Method visit

java/org/apache/el/parser/NodeVisitor.java:29–29  ·  view source on GitHub ↗

Visits the given node. @param node the node to visit @throws Exception if an error occurs during visitation

(Node node)

Source from the content-addressed store, hash-verified

27 * @throws Exception if an error occurs during visitation
28 */
29 void visit(Node node) throws Exception;
30}

Callers 15

dumpBodyMethod · 0.65
dumpMethod · 0.65
applyMethod · 0.65
createJavacErrorMethod · 0.65
generateSmapMethod · 0.65
evaluateNodesMethod · 0.65
loadTagFilesMethod · 0.65
concatenateMethod · 0.65
acceptMethod · 0.65
acceptMethod · 0.65
acceptMethod · 0.65

Implementers 15

ExpressionBuilderjava/org/apache/el/lang/ExpressionBuil
DumpVisitortest/org/apache/jasper/compiler/Dumper
NodeVisitorjava/org/apache/jasper/compiler/TagPlu
SmapGenVisitorjava/org/apache/jasper/compiler/SmapUt
TagFileDirectiveVisitorjava/org/apache/jasper/compiler/TagFil
TagFileLoaderVisitorjava/org/apache/jasper/compiler/TagFil
TextCatVisitorjava/org/apache/jasper/compiler/TextOp
AttributeVisitorjava/org/apache/jasper/compiler/Node.j
Nodesjava/org/apache/jasper/compiler/Node.j
Visitorjava/org/apache/jasper/compiler/Node.j
CollectVisitorjava/org/apache/jasper/compiler/Collec
TextBuilderjava/org/apache/jasper/compiler/ELPars

Calls

no outgoing calls

Tested by 2

dumpBodyMethod · 0.52
dumpMethod · 0.52