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_handleend_node: sg_node_handlesymbol_stack: sg_symbol_stackscope_stack: sg_scope_stackedges: sg_path_edge_list