MCPcopy Create free account
hub / github.com/davidblewett/rure-python / visit_post

Method visit_post

regex/regex-syntax/src/ast/visitor.rs:54–56  ·  view source on GitHub ↗

This method is called on an `Ast` after descending all of its child `Ast` nodes.

(&mut self, _ast: &Ast)

Source from the content-addressed store, hash-verified

52 /// This method is called on an `Ast` after descending all of its child
53 /// `Ast` nodes.
54 fn visit_post(&mut self, _ast: &Ast) -> Result<(), Self::Err> {
55 Ok(())
56 }
57
58 /// This method is called between child nodes of an
59 /// [`Alternation`](struct.Alternation.html).

Callers 1

visitMethod · 0.45

Implementers 2

parse.rsregex/regex-syntax/src/ast/parse.rs
print.rsregex/regex-syntax/src/ast/print.rs

Calls

no outgoing calls

Tested by

no test coverage detected