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