Struct cleaver::fe::symbolizer::Context [] [src]

pub struct Context {
    pub id_counter: u32,
    pub filename: String,
    pub function_name: String,
    pub scopes: Vec<SymbolTable>,
    pub log: Option<Log>,
}

Fields

Methods

impl Context
[src]

Trait Implementations

impl Debug for Context
[src]

Formats the value using the given formatter.