[−][src]Trait antlr_rust::tree::ParseTreeVisitor
Provided methods
fn visit_terminal(&mut self, node: &TerminalNode<'input, Node>)
Called on terminal node
fn visit_error_node(&mut self, node: &ErrorNode<'input, Node>)
fn visit_children(&mut self, node: &Node::Type)
Implement this only if you want to change children visiting algorithm