MCPcopy Create free account
hub / github.com/congo-cc/congo-parser-generator / visit

Method visit

examples/java/testfiles/Node.java:716–734  ·  view source on GitHub ↗

Tries to invoke (via reflection) the appropriate visit(...) method defined in a subclass. If there is none, it just calls the fallback() routine. @param node the Node to "visit"

(Node node)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 6

recurseMethod · 0.95
visitor_counts_operatorsFunction · 0.45
mainFunction · 0.45
visit_childrenMethod · 0.45

Implementers 1

main.rsexamples/json/rust-example/main.rs

Calls 2

getVisitMethodMethod · 0.95
fallbackMethod · 0.95

Tested by

no test coverage detected