Struct stack_graphs::c::sg_path [−][src]
#[repr(C)]pub struct sg_path { pub start_node: sg_node_handle, pub end_node: sg_node_handle, pub symbol_stack: sg_symbol_stack, pub scope_stack: sg_scope_stack, pub edges: sg_path_edge_list, }
Expand description
A sequence of edges from a stack graph. A complete path represents a full name binding in a source language.
Fields
start_node: sg_node_handle
end_node: sg_node_handle
symbol_stack: sg_symbol_stack
scope_stack: sg_scope_stack
edges: sg_path_edge_list