Struct stack_graphs::graph::PushScopedSymbolNode [−][src]
#[repr(C)]pub struct PushScopedSymbolNode { pub id: NodeID, pub symbol: Handle<Symbol>, pub scope: Handle<Node>, pub is_reference: bool, // some fields omitted }
Expand description
Pushes a scoped symbol onto the symbol stack.
Fields
id: NodeIDThe unique identifier for this node.
symbol: Handle<Symbol>The symbol to push onto the symbol stack.
scope: Handle<Node>The exported scope node that should be attached to the scoped symbol. The Handle
is_reference: boolWhether this node represents a reference in the source language.
Implementations
Trait Implementations
Performs the conversion.