1 2 3 4 5
pub(crate) struct LocalVariable { pub(crate) name: String, pub(crate) start_program_counter: i64, pub(crate) end_program_counter: i64, }