Skip to main content

extract_inheritance

Function extract_inheritance 

Source
pub fn extract_inheritance(_node: &Node<'_>, _source: &str) -> Vec<String>
Expand description

Extract inheritance information from a Fortran node. Fortran does not have classical inheritance; return empty.