[][src]Trait garnish_lang_common::InstructionSet

pub trait InstructionSet {
    fn get_data(&self) -> &Vec<u8>;
fn get_instructions(&self) -> &Vec<u8>;
fn get_expression_table(&self) -> &Vec<usize>;
fn get_expression_map(&self) -> &HashMap<String, usize>;
fn get_symbol_table(&self) -> &HashMap<String, usize>; }

Required methods

fn get_data(&self) -> &Vec<u8>

fn get_instructions(&self) -> &Vec<u8>

fn get_expression_table(&self) -> &Vec<usize>

fn get_expression_map(&self) -> &HashMap<String, usize>

fn get_symbol_table(&self) -> &HashMap<String, usize>

Loading content...

Implementors

Loading content...