pub fn get_node_text<'a>(
    t: &impl Tree<'a> + ?Sized,
    rule_names: &[&str]
) -> String
Expand description

Print out tree node text representation (rule name or token text)